Merge branch 'master' of https://github.com/lostcharlie/Bench4Q.git
This commit is contained in:
commit
9ca0d5f8f7
|
@ -43,7 +43,7 @@ function createRadioGroupByAttribute(items,textAttr,valueAttr,idAttr, name,conta
|
|||
}
|
||||
}
|
||||
|
||||
function information(){
|
||||
noty({text: 'success!',type:'information',layout:'center'});
|
||||
function information(text){
|
||||
noty({text: text,type:'information',layout:'center'});
|
||||
setTimeout("document.body.removeChild(noty_center_layout_container)",2000);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue