]> git.mxchange.org Git - friendica.git/commitdiff
Unescape $ispublic variable for jot display
authorHypolite Petovan <hypolite@mrpetovan.com>
Fri, 15 Feb 2019 03:11:00 +0000 (22:11 -0500)
committerHypolite Petovan <hypolite@mrpetovan.com>
Fri, 15 Feb 2019 03:11:00 +0000 (22:11 -0500)
view/templates/jot-header.tpl
view/templates/photos_head.tpl
view/templates/settings/head.tpl
view/theme/frio/templates/jot-header.tpl
view/theme/frio/templates/photos_head.tpl
view/theme/smoothly/templates/jot-header.tpl

index bf0c99d3a2148bfc9523c13527447907180ba686..f169b09212a8c5df75c55e5bbe17e6c86790b952 100644 (file)
@@ -42,7 +42,7 @@ function enableOnUser(){
 </script>
 <script type="text/javascript" src="{{$baseurl}}/view/js/ajaxupload.js" ></script>
 <script>
-       var ispublic = '{{$ispublic}}';
+       var ispublic = '{{$ispublic nofilter}}';
 
 
        $(document).ready(function() {
index 16fcb568d855073be1d1810b8e2954ab0007d061..88fd067c8ca3e05f11162917734c58e35d549f3e 100644 (file)
@@ -2,7 +2,7 @@
 
 <script>
 
-       var ispublic = "{{$ispublic}}";
+       var ispublic = "{{$ispublic nofilter}}";
 
 
        $(document).ready(function() {
index a5558ddce720ca388877eb37d0f0ef5afb91f40f..f1229a5aa581dd97ec8c0fb19abc3d0eda3c08d7 100644 (file)
@@ -1,7 +1,7 @@
 
 
 <script>
-       var ispublic = "{{$ispublic}}";
+       var ispublic = "{{$ispublic nofilter}}";
 
 
        $(document).ready(function() {
index ac59caed8e16dd18ff32052ce925088d41caed70..db2c9afeb912c46239418e3f1964e7c3c3788ee6 100644 (file)
@@ -40,7 +40,7 @@
 </script>
 
 <script type="text/javascript">
-       var ispublic = '{{$ispublic}}';
+       var ispublic = '{{$ispublic nofilter}}';
        aStr.linkurl = '{{$linkurl}}';
 
 
index 37a8e04966e77b0d819f98b66956f92dd0a34a4d..965245aea644b267e50f9ef55ea3fe2f8fa65666 100644 (file)
@@ -1,5 +1,5 @@
 
 <script type="text/javascript" src="view/theme/frio/js/mod_photos.js"></script>
 <script type="text/javascript">
-       var ispublic = "{{$ispublic}}";
+       var ispublic = "{{$ispublic nofilter}}";
 </script>
index 632481ce59260178b0177940c7f2b52de2e4f63e..b549f1840ddf625bc55f182a0f26af57d968a38e 100644 (file)
@@ -52,7 +52,7 @@ function enableOnUser(){
 </script>
 
 <script>
-       var ispublic = '{{$ispublic}}';
+       var ispublic = '{{$ispublic nofilter}}';
 
        $(document).ready(function() {