update the panel after upload/deletion

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@11833 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
nagoon97 2012-10-23 06:28:46 +00:00
parent 1bafabfcfa
commit 138b636582

View file

@ -2365,6 +2365,7 @@ jQuery(function($){
*/
top.onBtnImgUploaded = function(htData){
console.log(234, htData);
$('#imgbtn').show();
}
var $imgBtnForms = $("#imgbtn form");
$imgBtnForms.find("input[type=file]").change(function(){