gallery update
This commit is contained in:
parent
b6f10951b8
commit
4b6eebba7c
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
|
@ -223,7 +223,7 @@ var galleryAPI = function(){
|
|||
})
|
||||
var uploadpanel = $('<div id="upload_panel_holder"><div class="rgfn"><a class="bt-cls btn btn-primary pull-right" title="Close" href="" onclick="return false;"><i class="icon-remove icon-white"></i>Close Panel</a></div></div>');
|
||||
var frame = $('<iframe id="upload_panel" width="100%" scrolling="no" height="294" frameborder="0" src="upload_panel"></iframe>');
|
||||
uploadpanel.find("a.bt-cls").click(function(){
|
||||
uploadpanel.find(".bt-cls").click(function(){
|
||||
uploadpanel.hide("slide");
|
||||
frame.remove();
|
||||
g.loadImages(id);
|
||||
|
|
Loading…
Reference in New Issue