Simplified line

This commit is contained in:
Wez Pyke 2016-03-09 13:39:17 +00:00
parent 959975d0e9
commit b5c666a83d
1 changed files with 1 additions and 1 deletions

View File

@ -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();