diff options
author | friendica <info@friendica.com> | 2014-01-28 17:07:25 -0800 |
---|---|---|
committer | friendica <info@friendica.com> | 2014-01-28 17:07:25 -0800 |
commit | cc11535e34f1cc91251d7ca3f38ef38997774857 (patch) | |
tree | 44aede36b0b0f1a08d608bf5be718d4b3f853107 /view/js | |
parent | 3dfd38021f193d16d3c6ed4824fa24e42a62238f (diff) | |
download | volse-hubzilla-cc11535e34f1cc91251d7ca3f38ef38997774857.tar.gz volse-hubzilla-cc11535e34f1cc91251d7ca3f38ef38997774857.tar.bz2 volse-hubzilla-cc11535e34f1cc91251d7ca3f38ef38997774857.zip |
online indication on profile sidebar
Diffstat (limited to 'view/js')
-rw-r--r-- | view/js/icon_translate.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/icon_translate.js b/view/js/icon_translate.js index 9e69e0b7d..838ff899f 100644 --- a/view/js/icon_translate.js +++ b/view/js/icon_translate.js @@ -50,4 +50,5 @@ $(document).ready(function() { $('.icon-check').addClass(''); $('.icon-globe').addClass(''); $('.icon-circle-blank').addClass(''); + $('.icon-circle').addClass(''); });
\ No newline at end of file |