fix fpostJS, add and fix some other stuff

Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
This commit is contained in:
Simon L'nu 2012-04-15 02:13:36 -04:00
parent adc932a5e2
commit d836be1dc3
6 changed files with 8 additions and 8 deletions

View File

@ -39,6 +39,6 @@
<h3 id="postit-header">'PostIt' to Friendica</h3> <h3 id="postit-header">'PostIt' to Friendica</h3>
<div id="postit"> <div id="postit">
<a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link. <a href="$fpostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link.
</div> </div>

View File

@ -36,7 +36,7 @@ function initEditor(cb) {
entity_encoding : "raw", entity_encoding : "raw",
add_unload_trigger : false, add_unload_trigger : false,
remove_linebreaks : false, remove_linebreaks : false,
force_p_newlines : true, force_p_newlines : false,
force_br_newlines : true, force_br_newlines : true,
forced_root_block : '', forced_root_block : '',
convert_urls: false, convert_urls: false,

View File

@ -2776,8 +2776,8 @@ div[id$="wrapper"] br {
} }
#pause { #pause {
position: fixed; position: fixed;
bottom: 5px; bottom: 40px;
right: 5px; right: 30px;
} }
.border, .border:hover { .border, .border:hover {
border: 1px solid #babdb6; border: 1px solid #babdb6;

View File

@ -39,6 +39,6 @@
<h3 id="postit-header">'PostIt' to Friendica</h3> <h3 id="postit-header">'PostIt' to Friendica</h3>
<div id="postit"> <div id="postit">
<a href="$fostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link. <a href="$fpostitJS" title="PostIt">Post to Friendica</a> from anywhere by bookmarking this link.
</div> </div>

View File

@ -36,7 +36,7 @@ function initEditor(cb) {
entity_encoding : "raw", entity_encoding : "raw",
add_unload_trigger : false, add_unload_trigger : false,
remove_linebreaks : false, remove_linebreaks : false,
force_p_newlines : true, force_p_newlines : false,
force_br_newlines : true, force_br_newlines : true,
forced_root_block : '', forced_root_block : '',
convert_urls: false, convert_urls: false,

View File

@ -2777,8 +2777,8 @@ div[id$="wrapper"] br {
} }
#pause { #pause {
position: fixed; position: fixed;
bottom: 5px; bottom: 40px;
right: 5px; right: 30px;
} }
.border, .border:hover { .border, .border:hover {
border: 1px solid #babdb6; border: 1px solid #babdb6;