1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-31 20:00:37 +02:00

Modal issue, possibly bootstrap3 related. Requires fix.

This commit is contained in:
Cameron
2015-07-19 17:21:47 -07:00
parent 650041b5aa
commit 2ec557794d
2 changed files with 5 additions and 2 deletions

View File

@@ -452,7 +452,10 @@ $(document).ready(function()
$(document).on("click", ".e-dialog-close", function(){
parent.$('.modal').modal('hide');
$('.modal').modal('hide');
// $('#modal').modal('hide');
// parent.$.colorbox.close()
});