diff --git a/images/smiley-Oo.gif b/images/smiley-Oo.gif
new file mode 100644
index 000000000..a125d0ff2
Binary files /dev/null and b/images/smiley-Oo.gif differ
diff --git a/include/text.php b/include/text.php
index f32aaad07..1db88ca2c 100644
--- a/include/text.php
+++ b/include/text.php
@@ -678,7 +678,7 @@ function smilies($s) {
$a = get_app();
$s = str_replace(
- array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/',
+ array( '<3', '</3', '<\\3', ':-)', ':)', ';-)', ':-(', ':(', ':-P', ':P', ':-"', ':-x', ':-X', ':-D', '8-|', '8-O', '\\o/', 'o.O', 'O.o',
'~friendika', '~friendica', 'Diaspora*' ),
array(
'',
@@ -698,6 +698,8 @@ function smilies($s) {
'
',
'
',
'
',
+ '
',
+ '
',
'~friendika
',
'~friendica
',
'Diaspora
',
diff --git a/view/jot-header.tpl b/view/jot-header.tpl
index ecfed6c42..941a8f3e2 100644
--- a/view/jot-header.tpl
+++ b/view/jot-header.tpl
@@ -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",
diff --git a/view/jot.tpl b/view/jot.tpl
index 71b92986d..83af1ae37 100644
--- a/view/jot.tpl
+++ b/view/jot.tpl
@@ -12,8 +12,10 @@
-
+