aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/diabook-red/theme.php
diff options
context:
space:
mode:
authorSimon L'nu <simon.lnu@gmail.com>2012-04-13 19:26:18 -0400
committerSimon L'nu <simon.lnu@gmail.com>2012-04-13 19:26:18 -0400
commita3d95f79f27ca73d657907ab42b51ecc50872089 (patch)
tree74865c7ef150c0d92485f9ec1b1dd204175e34ca /view/theme/diabook-red/theme.php
parent093c3a936fc40e4d66f5bc5dffd1fce4ddbedcdc (diff)
parentbfb821e9188ef83fb2621250fd97bdb169447f3d (diff)
downloadvolse-hubzilla-a3d95f79f27ca73d657907ab42b51ecc50872089.tar.gz
volse-hubzilla-a3d95f79f27ca73d657907ab42b51ecc50872089.tar.bz2
volse-hubzilla-a3d95f79f27ca73d657907ab42b51ecc50872089.zip
Merge branch 'master', remote-tracking branch 'remotes/upstream/master'
* remotes/upstream/master: well that was a silly mistake... setting wasn't being applied rev update diabook-themes: theme-settings: users can set font-size and line-height for posts and comments diabook: theme-settings: users can set font-size and line-height for posts and comments diabook-themes: small fixes quattro: language icon in navbar move html out of lang_selector() and new template lang_selector.tpl display settings: show theme screenshot on page load quattro: add admin theme settigs. darker items background with a bottom border. admin: change global theme settings quattro: work on "like" activitiy items less visible fixes to widths popup notification out of navbar category input in jot validate_url allow naked subdomain if is "localhost" * master:
Diffstat (limited to 'view/theme/diabook-red/theme.php')
-rwxr-xr-xview/theme/diabook-red/theme.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/view/theme/diabook-red/theme.php b/view/theme/diabook-red/theme.php
index 22956f4f9..c7fa77985 100755
--- a/view/theme/diabook-red/theme.php
+++ b/view/theme/diabook-red/theme.php
@@ -3,13 +3,13 @@
/*
* Name: Diabook-red
* Description: Diabook-red: report bugs and request here: http://pad.toktan.org/p/diabook or contact me : thomas_bierey@friendica.eu
- * Version: (Version: 1.017)
+ * Version: (Version: 1.018)
* Author:
*/
//print diabook-version for debugging
-$diabook_version = "Diabook-red (Version: 1.017)";
+$diabook_version = "Diabook-red (Version: 1.018)";
$a->page['htmlhead'] .= sprintf('<script "%s" ></script>', $diabook_version);
//change css on network and profilepages
@@ -461,10 +461,10 @@ function restore_boxes(){
$a->page['htmlhead'] .= '
<script type="text/javascript">
-function insertFormatting(BBcode,id) {
+function insertFormatting(comment,BBcode,id) {
var tmpStr = $("#comment-edit-text-" + id).val();
- if(tmpStr == "Kommentar") {
+ if(tmpStr == comment) {
tmpStr = "";
$("#comment-edit-text-" + id).addClass("comment-edit-text-full");
$("#comment-edit-text-" + id).removeClass("comment-edit-text-empty");