mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-20 15:02:31 +00:00
Fix for #140
This commit is contained in:
@@ -176,6 +176,8 @@
|
|||||||
// Anti modal inception
|
// Anti modal inception
|
||||||
if($link.parents('#modal').length == 0) {
|
if($link.parents('#modal').length == 0) {
|
||||||
e.preventDefault();
|
e.preventDefault();
|
||||||
|
modaltarget = $link.data('target');
|
||||||
|
modalobject = "";
|
||||||
jQuery('#modal').load($link.attr('href'), function (e) {
|
jQuery('#modal').load($link.attr('href'), function (e) {
|
||||||
jQuery('#modal').modal();
|
jQuery('#modal').modal();
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user