mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
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:
parent
1bafabfcfa
commit
138b636582
1 changed files with 1 additions and 0 deletions
|
|
@ -2365,6 +2365,7 @@ jQuery(function($){
|
||||||
*/
|
*/
|
||||||
top.onBtnImgUploaded = function(htData){
|
top.onBtnImgUploaded = function(htData){
|
||||||
console.log(234, htData);
|
console.log(234, htData);
|
||||||
|
$('#imgbtn').show();
|
||||||
}
|
}
|
||||||
var $imgBtnForms = $("#imgbtn form");
|
var $imgBtnForms = $("#imgbtn form");
|
||||||
$imgBtnForms.find("input[type=file]").change(function(){
|
$imgBtnForms.find("input[type=file]").change(function(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue