]> git.mxchange.org Git - friendica.git/commitdiff
ugly fix to make editplain work
authorZach Prezkuta <fermion@gmx.com>
Thu, 2 Aug 2012 01:09:28 +0000 (19:09 -0600)
committerZach Prezkuta <fermion@gmx.com>
Thu, 2 Aug 2012 01:09:28 +0000 (19:09 -0600)
view/theme/frost-mobile/jot-header.tpl
view/theme/frost-mobile/theme.php
view/theme/frost/jot-header.tpl
view/theme/frost/theme.php

index d409edea44a977d941df43f6e13a2c44912e0c82..66a2c87962a528e034feb55b6cc23b8f045a1928 100644 (file)
@@ -1,5 +1,6 @@
 
 <script>
+       var none = "none"; // ugly hack: $editselect shouldn't be a string if TinyMCE is enabled, but should if it isn't
        window.editSelect = $editselect;
        window.isPublic = "$ispublic";
        window.nickname = "$nickname";
index f70e66ec543c4f3bad433655887bff48dc4fdcae..e2cbae29f83709426e3ac39eb26e4105bb9538f0 100644 (file)
@@ -4,7 +4,7 @@
  * Name: Frost--mobile version
  * Description: Like frosted glass
  * Credits: Navigation icons taken from http://iconza.com. Other icons taken from http://thenounproject.com, including: Like, Dislike, Black Lock, Unlock, Pencil, Tag, Camera, Paperclip (Marie Coons), Folder (Sergio Calcara), Chain-link (Andrew Fortnum), Speaker (Harold Kim), Quotes (Henry Ryder), Video Camera (Anas Ramadan), and Left Arrow, Right Arrow, and Delete X (all three P.J. Onori). All under Attribution (CC BY 3.0). Others from The Noun Project are public domain or No Rights Reserved (CC0).
- * Version: Version 0.2.1
+ * Version: Version 0.2.2
  * Author: Zach P <windforest@f.shmuz.in>
  * Maintainer: Zach P <windforest@f.shmuz.in>
  */
index dfcfc68af14eef2e6994cd641b67733455828409..16fd4731705ae7cd10801aa984426cedbf1aee72 100644 (file)
@@ -1,5 +1,6 @@
 
 <script>
+       var none = "none"; // ugly hack: $editselect shouldn't be a string if TinyMCE is enabled, but should if it isn't
        window.editSelect = $editselect;
        window.isPublic = "$ispublic";
        window.nickname = "$nickname";
index 0f215f9f9b129502a39afc06df3d9f9e0afcabba..24dee31d0dd6c16d2b9cd69489db9906bcfd4199 100644 (file)
@@ -4,7 +4,7 @@
  * Name: Frost
  * Description: Like frosted glass
  * Credits: Navigation icons taken from http://iconza.com. Other icons taken from http://thenounproject.com, including: Like, Dislike, Black Lock, Unlock, Pencil, Tag, Camera, Paperclip (Marie Coons), Folder (Sergio Calcara), Chain-link (Andrew Fortnum), Speaker (Harold Kim), Quotes (Henry Ryder), Video Camera (Anas Ramadan), and Left Arrow, Right Arrow, and Delete X (all three P.J. Onori). All under Attribution (CC BY 3.0). Others from The Noun Project are public domain or No Rights Reserved (CC0).
- * Version: Version 0.2.1
+ * Version: Version 0.2.2
  * Author: Zach P <windforest@f.shmuz.in>
  * Maintainer: Zach P <windforest@f.shmuz.in>
  */