diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-04-17 13:15:11 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-04-17 13:15:11 -0400 |
commit | 1b2209fb3c9223d356979aa0200aa39cc66c9fe8 (patch) | |
tree | 88d5e50158e3fff5a8c8aac2366abdcff77391d4 /view/theme/dispy-dark/fpostit/fpostit.js | |
parent | 68e1523496437eae9d33011b4317590de3e32ecb (diff) | |
download | volse-hubzilla-1b2209fb3c9223d356979aa0200aa39cc66c9fe8.tar.gz volse-hubzilla-1b2209fb3c9223d356979aa0200aa39cc66c9fe8.tar.bz2 volse-hubzilla-1b2209fb3c9223d356979aa0200aa39cc66c9fe8.zip |
rip out fpostit
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
Diffstat (limited to 'view/theme/dispy-dark/fpostit/fpostit.js')
-rw-r--r-- | view/theme/dispy-dark/fpostit/fpostit.js | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/view/theme/dispy-dark/fpostit/fpostit.js b/view/theme/dispy-dark/fpostit/fpostit.js deleted file mode 100644 index eb593d838..000000000 --- a/view/theme/dispy-dark/fpostit/fpostit.js +++ /dev/null @@ -1,14 +0,0 @@ -javascript: (function() { - the_url = 'view/theme/dispy-dark/fpostit/fpostit.php?url=' + encodeURIComponent(window.location.href) + '&title=' + encodeURIComponent(document.title) + '&text=' + - encodeURIComponent(''+(window.getSelection ? window.getSelection() : document.getSelection ? - document.getSelection() : document.selection.createRange().text)); - a_funct = function() { - if (!window.open(the_url, 'fpostit','location=yes,links=no,scrollbars=no,toolbar=no,width=600,height=300')) { - location.href = the_url - }; - if (/Firefox/.test(navigator.userAgent)) { - setTimeout(a_funct, 0) - } else { - a_funct(); - } - })();" |