Simplified line
This commit is contained in:
parent
959975d0e9
commit
b5c666a83d
|
|
@ -160,7 +160,7 @@ $(function () {
|
|||
|
||||
var loadUrl = $(this).data('href'),
|
||||
modalId = $(this).data('modal-id'),
|
||||
cacheResult = $(this).data('cache') === 'on' ? true : false;
|
||||
cacheResult = $(this).data('cache') === 'on';
|
||||
|
||||
// $('#' + modalId).remove();
|
||||
$('.modal').remove();
|
||||
|
|
|
|||
Loading…
Reference in New Issue