1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-08-19 15:01:33 +02:00

[feature/ajax] Remove quick-reply AJAX handling until we have something good

The current implementation is not very user friendly, lots of things flashing
in the user's face. We can re-consider AJAX when we have a decent solution.

PHPBB3-10270
This commit is contained in:
Igor Wiedler
2012-03-31 00:13:08 +02:00
parent 6145e0ba65
commit 07826d6679
2 changed files with 1 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
<form method="post" action="{U_QR_ACTION}" data-ajax="qr-submit" data-refresh="true">
<form method="post" action="{U_QR_ACTION}">
<div class="panel">
<div class="inner"><span class="corners-top"><span></span></span>
<h2>{L_QUICKREPLY}</h2>