aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2014-10-06 17:47:17 -0700
committerfriendica <info@friendica.com>2014-10-06 17:47:17 -0700
commit03bbbdaf102eeb80731b062c0c269649c938f23d (patch)
treef3c8fd8a4335c93928247a8af81fb0d978d07011 /view
parent6e4f7383f154b906a6880d13d7c233b8ea7a5e6a (diff)
downloadvolse-hubzilla-03bbbdaf102eeb80731b062c0c269649c938f23d.tar.gz
volse-hubzilla-03bbbdaf102eeb80731b062c0c269649c938f23d.tar.bz2
volse-hubzilla-03bbbdaf102eeb80731b062c0c269649c938f23d.zip
shareable design elements
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js5
-rw-r--r--view/theme/redbasic/css/style.css5
2 files changed, 9 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index cf3749441..0560bc875 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -898,7 +898,10 @@ function updateConvItems(mode,data) {
"impel",
{ "element" : elem }
);
- return false;
+ if(timer) clearTimeout(timer);
+ timer = setTimeout(NavUpdate,10);
+
+ return true;
}
function preview_post() {
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css
index 7df70e714..1c036793c 100644
--- a/view/theme/redbasic/css/style.css
+++ b/view/theme/redbasic/css/style.css
@@ -2528,3 +2528,8 @@ blockquote {
}
}
+
+.shareable_element_text {
+ height: 300px;
+ width: 300px;
+} \ No newline at end of file