aboutsummaryrefslogtreecommitdiffstats
path: root/js/icon_translate.js
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-09 14:18:51 -0800
committerfriendica <info@friendica.com>2013-12-09 14:18:51 -0800
commitb5f73d01c57bce1758eb7abd3ede327218be5404 (patch)
treefe092bde9b8ff7da2a36042aeeabd3ecd4f12f7e /js/icon_translate.js
parent75ebf06131e935795b7072acc012c9e37669eade (diff)
downloadvolse-hubzilla-b5f73d01c57bce1758eb7abd3ede327218be5404.tar.gz
volse-hubzilla-b5f73d01c57bce1758eb7abd3ede327218be5404.tar.bz2
volse-hubzilla-b5f73d01c57bce1758eb7abd3ede327218be5404.zip
doco and add document ready function
Diffstat (limited to 'js/icon_translate.js')
-rw-r--r--js/icon_translate.js4
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