diff options
author | friendica <info@friendica.com> | 2013-12-09 14:18:51 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2013-12-09 14:18:51 -0800 |
commit | b5f73d01c57bce1758eb7abd3ede327218be5404 (patch) | |
tree | fe092bde9b8ff7da2a36042aeeabd3ecd4f12f7e /js | |
parent | 75ebf06131e935795b7072acc012c9e37669eade (diff) | |
download | volse-hubzilla-b5f73d01c57bce1758eb7abd3ede327218be5404.tar.gz volse-hubzilla-b5f73d01c57bce1758eb7abd3ede327218be5404.tar.bz2 volse-hubzilla-b5f73d01c57bce1758eb7abd3ede327218be5404.zip |
doco and add document ready function
Diffstat (limited to 'js')
-rw-r--r-- | js/icon_translate.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/js/icon_translate.js b/js/icon_translate.js index dad805404..9e69e0b7d 100644 --- a/js/icon_translate.js +++ b/js/icon_translate.js @@ -1,3 +1,6 @@ +// Include this file and adjust as necessary for alternate icon sets which use different icon names. + +$(document).ready(function() { $('.icon-smile').addClass(''); $('.icon-star-empty').addClass(''); @@ -47,3 +50,4 @@ $('.icon-check').addClass(''); $('.icon-globe').addClass(''); $('.icon-circle-blank').addClass(''); +});
\ No newline at end of file |