diff options
author | Simon L'nu <simon.lnu@gmail.com> | 2012-03-25 17:13:24 -0400 |
---|---|---|
committer | Simon L'nu <simon.lnu@gmail.com> | 2012-03-25 17:13:24 -0400 |
commit | 3d62cb97822e0bd9e5be0c404664667cb7cb8d98 (patch) | |
tree | 100d3e1159eda2099c04edcb7232ba1adf2a8b05 | |
parent | 739d90387097396b4dc8e0efc24f6a1e1bd88c44 (diff) | |
download | volse-hubzilla-3d62cb97822e0bd9e5be0c404664667cb7cb8d98.tar.gz volse-hubzilla-3d62cb97822e0bd9e5be0c404664667cb7cb8d98.tar.bz2 volse-hubzilla-3d62cb97822e0bd9e5be0c404664667cb7cb8d98.zip |
minor fix to dispy theme.php
Signed-off-by: Simon L'nu <simon.lnu@gmail.com>
-rw-r--r-- | view/theme/dispy/theme.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/dispy/theme.php b/view/theme/dispy/theme.php index e898346ef..3fa9a3353 100644 --- a/view/theme/dispy/theme.php +++ b/view/theme/dispy/theme.php @@ -131,7 +131,7 @@ function dispy_community_info() { $a = get_app(); $fostitJS = "javascript: (function() { - the_url = '".$a->get_baseurl($ssl_state)."/view/theme/dispy-dark/fpostit/fpostit.php?url=' + + the_url = '".$a->get_baseurl($ssl_state)."/view/theme/dispy/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)); |