Commit 3a575d14 authored by zzjin's avatar zzjin

Update toggler_behavior.js to toggle ajax loaded contents like `diffs` page.

parent 4d042afe
(function(w) {
$(function() {
$('.js-toggle-button').on('click', function(e) {
$('body').on('click', '.js-toggle-button', function(e) {
e.preventDefault();
$(this)
.find('.fa')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment