source:
plugins/importExport/script.js
@
0:54703be25dd6
Revision 0:54703be25dd6, 322 bytes checked in by Dsls <dsls@…>, 14 years ago (diff) |
---|
Rev | Line | |
---|---|---|
[0] | 1 | $(function() { |
2 | if ($('*.error').length > 0) { | |
3 | return; | |
4 | } | |
5 | ||
6 | $('#ie-gui form[method=post]:has(input[type=hidden][name=autosubmit])').each(function() { | |
7 | $('input[type=submit]',this).remove(); | |
8 | $(this).after('<p style="font-size:2em;text-align:center">' + dotclear.msg.please_wait + '</p>'); | |
9 | $(this).submit(); | |
10 | }); | |
11 | }); |
Note: See TracBrowser
for help on using the repository browser.