Fixed js self invoking anonymous function expression.
This commit is contained in:
@@ -16,5 +16,5 @@ if (typeof(django) !== 'undefined' && typeof(django.jQuery) !== 'undefined') {
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
}(django.jQuery));
|
})(django.jQuery);
|
||||||
}
|
}
|
||||||
@@ -49,4 +49,4 @@
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
||||||
}());
|
})();
|
||||||
@@ -147,5 +147,5 @@ if (typeof(django) !== 'undefined' && typeof(django.jQuery) !== 'undefined')
|
|||||||
presentRelatedObjectModalOnClickOn('a.dynamic_raw_id-related-lookup', true);
|
presentRelatedObjectModalOnClickOn('a.dynamic_raw_id-related-lookup', true);
|
||||||
});
|
});
|
||||||
|
|
||||||
}(django.jQuery));
|
})(django.jQuery);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user