diff options
author | friendica <info@friendica.com> | 2013-12-04 23:54:46 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-04 23:54:46 -0800 |
commit | cc1e906825dd30f74d0a30190a7dd2a26d6b1642 (patch) | |
tree | 9217329af3b4751d921ffa125be1907377ea9cea /view/theme | |
parent | 04f61dd4a1e2d44291265855df68521933bedb04 (diff) | |
download | volse-hubzilla-cc1e906825dd30f74d0a30190a7dd2a26d6b1642.tar.gz volse-hubzilla-cc1e906825dd30f74d0a30190a7dd2a26d6b1642.tar.bz2 volse-hubzilla-cc1e906825dd30f74d0a30190a7dd2a26d6b1642.zip |
generate a small amount of entropy to avoid duplicate notifications from essentially simultaneous deliveries.
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/js/redbasic.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/view/theme/redbasic/js/redbasic.js b/view/theme/redbasic/js/redbasic.js index 12ff2c6fe..e89c51119 100644 --- a/view/theme/redbasic/js/redbasic.js +++ b/view/theme/redbasic/js/redbasic.js @@ -16,6 +16,10 @@ function cmtBbClose(comment, id) { return false; } +//document.jotpermslock = 'icon-lock'; +//document.jotpermsunlock = 'icon-unlock'; + + $(document).ready(function() { $('.group-edit-icon').hover( |