short circuiting the window glma object in imageUpload.js for areas where that object...
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Mar 2019 16:45:51 +0000 (11:45 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 1 Mar 2019 16:45:51 +0000 (11:45 -0500)
js/imageUpload/imageUpload.js

index c4aa4b1..0f9b0f5 100644 (file)
@@ -14,6 +14,7 @@
  */
 
 jQuery(document).ready(function($) {
+    window.Glma = window.Glma || {};
     window.Glma['fileUploaderInit'] = function(){
     var drop;
     var fileDrop;