diff options
author | Mark Pemberton <mpemberton5@gmail.com> | 2011-06-04 00:29:04 -0400 |
---|---|---|
committer | Mark Pemberton <mpemberton5@gmail.com> | 2011-06-04 00:29:04 -0400 |
commit | 84e603aa91a303a1419962ff3ff6086710a7b1a9 (patch) | |
tree | 5d706948d6b28ed8323ebf1c864726c2d7d4eccf /www/jsScuttle.php | |
parent | 342d1c3205c2f2ae9d918f66e28e8ffa153c2854 (diff) | |
download | semanticscuttle-84e603aa91a303a1419962ff3ff6086710a7b1a9.tar.gz semanticscuttle-84e603aa91a303a1419962ff3ff6086710a7b1a9.tar.bz2 |
Reverted changes of date() to gdate(), added tests to confirm existence of private RSS feed, and finalized changes to the user session usage with rss.php
Diffstat (limited to 'www/jsScuttle.php')
-rw-r--r-- | www/jsScuttle.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/www/jsScuttle.php b/www/jsScuttle.php index 76b49dc..3ca41ec 100644 --- a/www/jsScuttle.php +++ b/www/jsScuttle.php @@ -89,6 +89,14 @@ function useAddress(ele) { } } +/** + * Makes an ajax call to PHP script to generate an new Private Key + * + * @param input Calling object + * @param response Response object that returned value is placed + * + * @return boolean Returns false to halt execution after call + */ function getNewPrivateKey(input, response){ var pk = document.getElementById('pPrivateKey'); if (response != null) { |