diff options
author | Mark Pemberton <mpemberton5@gmail.com> | 2011-05-16 00:35:31 -0400 |
---|---|---|
committer | Mark Pemberton <mpemberton5@gmail.com> | 2011-05-16 00:35:31 -0400 |
commit | 10214c43b51e99cc3f8f58a4c4e8893eb2480e62 (patch) | |
tree | 16f51f136146ed09d9e9a27e2b9a781be716e8b7 /www/profile.php | |
parent | 16791766dee4f9c03700b7c817063071e4d0ed33 (diff) | |
download | semanticscuttle-10214c43b51e99cc3f8f58a4c4e8893eb2480e62.tar.gz semanticscuttle-10214c43b51e99cc3f8f58a4c4e8893eb2480e62.tar.bz2 |
Updated 'Generate New Key' button to use ajax if javascript enabled.
Diffstat (limited to 'www/profile.php')
-rw-r--r-- | www/profile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/profile.php b/www/profile.php index e6894d0..63f4da8 100644 --- a/www/profile.php +++ b/www/profile.php @@ -23,6 +23,7 @@ require_once 'www-header.php'; /* Service creation: only useful services are created */ // No specific services +$tplVars['loadjs'] = true; /* Managing all possible inputs */ isset($_POST['submittedPK']) ? define('POST_SUBMITTEDPK', $_POST['submittedPK']): define('POST_SUBMITTEDPK', ''); |