aboutsummaryrefslogtreecommitdiffstats
path: root/view/jot-header.tpl
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2012-01-06 03:59:05 -0800
committerfriendica <info@friendica.com>2012-01-06 03:59:05 -0800
commit41bb47ca1b5790442e571d5eb3bbb4dd89708a03 (patch)
tree890c3209bed4b0df75a225ba551b752ff3e277b2 /view/jot-header.tpl
parenta69ecb341371cf0a1c2847ff19abd88f362021c9 (diff)
downloadvolse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.tar.gz
volse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.tar.bz2
volse-hubzilla-41bb47ca1b5790442e571d5eb3bbb4dd89708a03.zip
title fixups
Diffstat (limited to 'view/jot-header.tpl')
-rw-r--r--view/jot-header.tpl9
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) {