]> git.mxchange.org Git - friendica.git/blobdiff - view/templates/jot-header.tpl
Merge remote-tracking branch 'upstream/develop' into no-frontend-worker
[friendica.git] / view / templates / jot-header.tpl
index 0d2ad6f6f69ea651fe187719e469c26ad4d1ecd4..8f9d59d9859153e9c4d8912484e3970954f59bbb 100644 (file)
@@ -8,7 +8,7 @@ var textlen = 0;
 function initEditor(callback) {
        if (editor == false) {
                var  colorbox_options = {
-                       {{if $APP->is_mobile}}
+                       {{if $is_mobile}}
                        'width' : '100%',
                        'height' : '100%',
                        {{/if}}
@@ -40,7 +40,7 @@ function enableOnUser(){
 }
 
 </script>
-<script type="text/javascript" src="{{$baseurl}}/view/js/ajaxupload.js" ></script>
+<script type="text/javascript" src="{{$baseurl}}/view/js/ajaxupload.js?v={{$smarty.const.FRIENDICA_VERSION}}" ></script>
 <script>
        var ispublic = '{{$ispublic nofilter}}';