diff --git a/resources/assets/js/snipeit_modals.js b/resources/assets/js/snipeit_modals.js index 874f888a52..cea79e1141 100644 --- a/resources/assets/js/snipeit_modals.js +++ b/resources/assets/js/snipeit_modals.js @@ -28,7 +28,7 @@ $(function () { var baseUrl = $('meta[name="baseUrl"]').attr('content'); //handle modal-add-interstitial calls - var model, select, refreshSelector; + var model, select, refreshSelector; if($('#createModal').length == 0) { $('body').append('');