Sfoglia il codice sorgente

Quick bug fix for ImagePaste util

tobychui 4 anni fa
parent
commit
486fbe58d1

BIN
web/SystemAO/utilities/img/ImagePaste.png


BIN
web/SystemAO/utilities/img/ImagePaste.psd


+ 1 - 0
web/SystemAO/utilities/imgPaste.html

@@ -101,6 +101,7 @@
 			ao_module_storage.loadStorage("imgPaste", "uploadOnPaste", function(data){
 				if (data == "true"){
 					$("#uploadOnPaste")[0].checked = true;
+					uploadOnPaste = true;
 				}else{
 					$("#uploadOnPaste")[0].checked = false;
 				}