From b5f73d01c57bce1758eb7abd3ede327218be5404 Mon Sep 17 00:00:00 2001 From: friendica Date: Mon, 9 Dec 2013 14:18:51 -0800 Subject: doco and add document ready function --- js/icon_translate.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'js') 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 -- cgit v1.2.3