We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9d351a commit e87b2faCopy full SHA for e87b2fa
1 file changed
styles/prosilver/template/quickreply_plugins.js
@@ -28,6 +28,15 @@
28
});
29
}
30
31
+ /***********************/
32
+ /* Fix for phpBB 3.1.9 */
33
34
+ $(quickreply.editor.mainForm).submit(function (event) {
35
+ if (!$(this).find('input[type="submit"][data-clicked]').length) {
36
+ $(this).find('input[name="post"]').attr('data-clicked', 'true');
37
+ }
38
+ });
39
+
40
/**************************************/
41
/* Quick Quote and Full Quote Plugins */
42
0 commit comments