fixed filemanager.js for urls

This commit is contained in:
Harry Bomrah 2014-10-06 18:43:44 +08:00
parent f630596edc
commit 1467eb039d
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ function getUrlParam( paramName ) {
var initAssets = function(){
$("#asset_sort_list").on(clickEvent,"input[type=checkbox]",function(){
if($("#asset_sort_list input[type=checkbox]:checked").length == 1){
url = window.location.protocol + "//" + window.location.host + $("#url_" + $("input[type=checkbox]:checked").val()).val();
url = $("#url_" + $("input[type=checkbox]:checked").val()).val();
insertBtn.show();
showPreview($("input[type=checkbox]:checked"))
}else{