mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-14 00:39:57 +09:00
UI bug fixes
git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12526 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
de79747ecc
commit
2bf9c55a34
4 changed files with 12 additions and 3 deletions
|
|
@ -2283,7 +2283,7 @@ jQuery(function($){
|
|||
//bMultiSelect = //data-multiple
|
||||
|
||||
$.xeMsgBox.confirmDialog({
|
||||
sTitle : 'TITLE',
|
||||
sTitle : xe.msg_select_menu,
|
||||
|
||||
sText : '<select class="site_selector" style="width:100%;display:none"></select><div class="tree"></div>',
|
||||
|
||||
|
|
@ -2401,4 +2401,6 @@ jQuery(function($){
|
|||
alert = function(){
|
||||
return $.xeMsgBox.alert.apply($.xeMsgBox, arguments);
|
||||
}
|
||||
|
||||
setTimeout(function(){$('div.message.info').fadeOut(1000);}, 2500);
|
||||
});
|
||||
Loading…
Add table
Add a link
Reference in a new issue