This commit is contained in:
Tom Price
2015-05-31 16:31:38 +01:00
parent 2da8980be4
commit 6bfcbeb8aa

View File

@@ -176,6 +176,8 @@
// Anti modal inception
if($link.parents('#modal').length == 0) {
e.preventDefault();
modaltarget = $link.data('target');
modalobject = "";
jQuery('#modal').load($link.attr('href'), function (e) {
jQuery('#modal').modal();
});