1
0
Fork 0

new smiley

This commit is contained in:
friendica 2012-01-04 00:04:19 -08:00
commit 48a5a2484e
4 changed files with 7 additions and 2 deletions

View file

@ -7,6 +7,7 @@ var textlen = 0;
function initEditor(cb){
if (editor==false){
$("#profile-jot-text-loading").show();
// $("#jot-title").show();
tinyMCE.init({
theme : "advanced",
mode : "specific_textareas",

View file

@ -12,8 +12,10 @@
<input type="hidden" name="return" value="$return_path" />
<input type="hidden" name="location" id="jot-location" value="$defloc" />
<input type="hidden" name="coord" id="jot-coord" value="" />
<input type="hidden" name="title" id="jot-title" value="" />
<input type="hidden" name="post_id" value="$post_id" />
<div id="jot-title-wrapper">
<input type="text" name="title" id="jot-title" value="" style="display: none;" />
</div>
<img id="profile-jot-text-loading" src="images/rotator.gif" alt="$wait" title="$wait" style="display: none;" />
<textarea rows="5" cols="64" class="profile-jot-text" id="profile-jot-text" name="body" >{{ if $content }}$content{{ else }}$share{{ endif }}</textarea>