diff --git a/Bench4Q-Web/src/main/webapp/script/editor/uiFactory.js b/Bench4Q-Web/src/main/webapp/script/editor/uiFactory.js index 044b7143..f62e5b2c 100644 --- a/Bench4Q-Web/src/main/webapp/script/editor/uiFactory.js +++ b/Bench4Q-Web/src/main/webapp/script/editor/uiFactory.js @@ -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); }