Explorar o código

Quick bug fix for ImagePaste util

tobychui %!s(int64=4) %!d(string=hai) anos
pai
achega
486fbe58d1

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


BIN=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;
 				}