Browse Source

- Fix the submit button

pull/16/head
Jaussoin Timothée 11 years ago
parent
commit
d88fe98474
  1. 2
      app/widgets/Config/Config.php

2
app/widgets/Config/Config.php

@ -45,7 +45,7 @@ class Config extends WidgetBase
'ajaxSubmit',
"movim_parse_form('general')"
)
. "this.className='button icon color orange loading';
. "this.className='button color orange oppose';
this.onclick=null;"
);
}

Loading…
Cancel
Save