mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-09 11:44:10 +09:00
Allow safe HTML in admin menu editor
This commit is contained in:
parent
0f9b8cc3d6
commit
3b56c142bd
2 changed files with 2 additions and 3 deletions
|
|
@ -1943,8 +1943,7 @@ jQuery(function($){
|
|||
$(this).addClass('page');
|
||||
}
|
||||
|
||||
//$(this).find('#menuName').val(htInfo.sText);
|
||||
$(this).find('#menuName').val(htInfo.sMenuNameKey);
|
||||
$(this).find('#menuName').val(htInfo.sMenuNameKey.match(/\$user_lang->/) ? htInfo.sMenuNameKey : htInfo.sText);
|
||||
$(this).find('#menuDesc').val(htInfo.desc);
|
||||
//menu_name_key
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue