mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 04:05:16 +02:00
dynamic title input box - via fabrixxm
This commit is contained in:
parent
b0c3dc00b9
commit
47edaf9ad7
14 changed files with 102 additions and 40 deletions
|
@ -7,7 +7,7 @@ var textlen = 0;
|
|||
function initEditor(cb){
|
||||
if (editor==false){
|
||||
$("#profile-jot-text-loading").show();
|
||||
// $("#jot-title").show();
|
||||
$("#jot-title-desc").show();
|
||||
tinyMCE.init({
|
||||
theme : "advanced",
|
||||
mode : "specific_textareas",
|
||||
|
@ -111,7 +111,11 @@ function initEditor(cb){
|
|||
$(this).val("");
|
||||
initEditor();
|
||||
});
|
||||
|
||||
|
||||
$("#jot-title-desc").click(function() {
|
||||
$("#jot-title-desc").hide();
|
||||
$("#jot-title").show();
|
||||
});
|
||||
|
||||
var uploader = new window.AjaxUpload(
|
||||
'wall-image-upload',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue