1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 02:15:56 +00:00

change password form: add client-side validation

This commit is contained in:
Andrew Dolgov
2007-08-20 12:40:18 +01:00
parent b652c1b7c4
commit ae661a8cfc
2 changed files with 32 additions and 1 deletions

View File

@@ -316,7 +316,8 @@
owner_uid = ".$_SESSION["uid"]."
ORDER BY section_id,short_desc");
print "<form action=\"backend.php\" method=\"POST\" id=\"pref_prefs_form\">";
print "<form onsubmit='return false' action=\"backend.php\"
method=\"POST\" id=\"pref_prefs_form\">";
$lnum = 0;