mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-16 20:05:14 +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
|
@ -8,6 +8,7 @@ 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",
|
||||
|
@ -100,6 +101,12 @@ 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',
|
||||
{ action: 'wall_upload/$nickname',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue