From 033c91868da7f4604786aaeab89e1fab60bdd121 Mon Sep 17 00:00:00 2001 From: friendica Date: Sun, 14 Jul 2013 01:33:47 -0700 Subject: we need to actually include spin.js or it causes issues --- view/tpl/jot-header.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'view/tpl/jot-header.tpl') diff --git a/view/tpl/jot-header.tpl b/view/tpl/jot-header.tpl index dfc707fb5..3afc98737 100755 --- a/view/tpl/jot-header.tpl +++ b/view/tpl/jot-header.tpl @@ -200,7 +200,7 @@ function enableOnUser(){ function jotShare(id) { if ($('#jot-popup').length != 0) $('#jot-popup').show(); - $('#like-rotator-' + id).spin('tiny); + $('#like-rotator-' + id).spin('tiny'); $.get('{{$baseurl}}/share/' + id, function(data) { if (!editor) $("#profile-jot-text").val(""); initEditor(function(){ -- cgit v1.2.3