diff options
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r-- | view/jot-header.tpl | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/view/jot-header.tpl b/view/jot-header.tpl index 352c48647..d998e977a 100644 --- a/view/jot-header.tpl +++ b/view/jot-header.tpl @@ -7,7 +7,6 @@ var textlen = 0; function initEditor(cb){ if (editor==false){ $("#profile-jot-text-loading").show(); - $("#jot-title-desc").show(); tinyMCE.init({ theme : "advanced", mode : "specific_textareas", @@ -196,14 +195,6 @@ function enableOnUser(){ } } - function jotTitle() { - reply = prompt("$title", $('#jot-title').val()); - if(reply && reply.length) { - $('#jot-title').val(reply); - } - } - - function jotShare(id) { $('#like-rotator-' + id).show(); $.get('share/' + id, function(data) { |