]> spindle.queued.net Git - midori/commitdiff
Revert use of "post" method for error page Reload button
authorAndré Stösel <Midori-Plugin@PyIT.de>
Sun, 21 Mar 2010 22:35:20 +0000 (23:35 +0100)
committerChristian Dywan <christian@twotoasts.de>
Sun, 21 Mar 2010 22:39:44 +0000 (23:39 +0100)
Using post causes problems with some websites.

data/error.html

index e3ea4c501f3878ab25f4e6da5d99992200a1336c..600a6c827b1906d9ffb6db37e11f26a092e2e7cd 100644 (file)
@@ -68,7 +68,7 @@ description {
             <h1>{title}</h1>
             <p id="message">{message}</p>
             <p id="description">{description}</p>
-            <form onsubmit="location.reload()" method="post">
+            <form onsubmit="location.reload()">
                 <button>
                     <img src="{stock}/gtk-refresh"/>
                     <span>{tryagain}</span>