Merge branch 'pr/57' into develop

Conflicts:
	modules/file/tpl/file_list.html
This commit is contained in:
bnu 2013-11-23 22:00:52 +09:00
commit ca87a2b199
2 changed files with 4 additions and 1 deletions

View file

@ -1881,6 +1881,9 @@ jQuery(function($){
showMenuSelector($(this).find('._menuSelector_menuTreeContainer'), htInfo.url);
}else{
// URL shortcut
var htInfo_url = htInfo.url;
htInfo_url = htInfo_url.replace(/&/g, '&');
htInfo.url = htInfo_url;
$(this).find('a[href="#fix_linkUrl"]').click();
$(this).find('._url_link').val($('<div />').text(htInfo.url).text());