mirror of
https://github.com/friendica/friendica
synced 2024-11-18 04:23:41 +00:00
Remove obsolete hack in file browser template
This commit is contained in:
parent
edc4cfdcd6
commit
608c80819c
2 changed files with 6 additions and 15 deletions
|
@ -1,9 +1,6 @@
|
|||
<!--
|
||||
This is the template used by mod/fbrowser.php
|
||||
-->
|
||||
<style>
|
||||
#buglink_wrapper{display:none;} /* hide buglink. only in this page */
|
||||
</style>
|
||||
<!--
|
||||
This is the template used by mod/fbrowser.php
|
||||
-->
|
||||
<script type="text/javascript" src="{{$baseurl}}/view/js/ajaxupload.js" ></script>
|
||||
<script type="text/javascript" src="{{$baseurl}}/view/js/filebrowser.js"></script>
|
||||
<script>
|
||||
|
|
|
@ -1,12 +1,6 @@
|
|||
<!--
|
||||
This is the template used by mod/fbrowser.php
|
||||
-->
|
||||
<style>
|
||||
#buglink_wrapper{display:none;} /* hide buglink. only in this page */
|
||||
</style>
|
||||
{{*<script type="text/javascript" src="{{$baseurl}}/view/js/ajaxupload.js" ></script>*}}
|
||||
{{*<script type="text/javascript" src="view/theme/frio/js/filebrowser.js"></script>*}}
|
||||
|
||||
<!--
|
||||
This is the template used by mod/fbrowser.php
|
||||
-->
|
||||
<div class="fbrowser {{$type}}">
|
||||
<div class="fbrowser-content">
|
||||
<input id="fb-nickname" type="hidden" name="type" value="{{$nickname}}" />
|
||||
|
|
Loading…
Reference in a new issue