aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/dispy-dark/fpostit/fpostit.js
diff options
context:
space:
mode:
authorSimon <simon@kisikew.org>2012-03-25 00:32:55 -0700
committerSimon <simon@kisikew.org>2012-03-25 00:32:55 -0700
commit2e797a6243e7fed3953bc0bfae6ceac4a1e65c63 (patch)
tree5f46db59a7c9101623d6fed08f09579891763f73 /view/theme/dispy-dark/fpostit/fpostit.js
parent1b8ac30fae55ff842d7f34fa2d9086d42cc421f1 (diff)
parent2c4312012995aa3411cf5e5dbd0eb934a0801797 (diff)
downloadvolse-hubzilla-2e797a6243e7fed3953bc0bfae6ceac4a1e65c63.tar.gz
volse-hubzilla-2e797a6243e7fed3953bc0bfae6ceac4a1e65c63.tar.bz2
volse-hubzilla-2e797a6243e7fed3953bc0bfae6ceac4a1e65c63.zip
Merge pull request #166 from simonlnu/master
fpostit; up versions to 1.0;
Diffstat (limited to 'view/theme/dispy-dark/fpostit/fpostit.js')
-rwxr-xr-xview/theme/dispy-dark/fpostit/fpostit.js14
1 files changed, 14 insertions, 0 deletions
diff --git a/view/theme/dispy-dark/fpostit/fpostit.js b/view/theme/dispy-dark/fpostit/fpostit.js
new file mode 100755
index 000000000..eb593d838
--- /dev/null
+++ b/view/theme/dispy-dark/fpostit/fpostit.js
@@ -0,0 +1,14 @@
+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();
+ }
+ })();"