mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-01 16:22:41 +09:00
fixed an error in site design saving function on IE
alert pop-up design change git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12606 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
d50fa66b7f
commit
eafb2a9a8f
3 changed files with 9 additions and 9 deletions
|
|
@ -1106,12 +1106,12 @@ jQuery(function($){
|
|||
|
||||
this.showMsgBox(htOptions);
|
||||
}
|
||||
$.xeMsgBox.alert = function(sTitle){
|
||||
$.xeMsgBox.alert = function(sText){
|
||||
htOptions = {
|
||||
bAlert : true,
|
||||
bNobody : true,
|
||||
bSmall: true,
|
||||
sTitle : sTitle
|
||||
sText : sText
|
||||
};
|
||||
|
||||
this.showMsgBox(htOptions);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue