diff --git a/filed/static/js-only.js b/filed/static/js-only.js index c80a5ef..5098792 100644 --- a/filed/static/js-only.js +++ b/filed/static/js-only.js @@ -1,2 +1,2 @@ -// This script displays all elements with `js-only` class. -(()=>{let a=document.getElementsByClassName('js-only');for(let i=0;i!=a.length;i++)a[i].style.display='initial'}) \ No newline at end of file +// This script displays all elements with `js-only` class +(()=>{let a=document.getElementsByClassName('js-only');for(let i=0;i!=a.length;i++)a[i].style.display='initial'})() \ No newline at end of file diff --git a/filed/templates/base.html b/filed/templates/base.html index 8b36b42..9b38018 100644 --- a/filed/templates/base.html +++ b/filed/templates/base.html @@ -13,7 +13,6 @@ - blek! File {% block head %}{% endblock %} @@ -45,5 +44,8 @@ + + + {% block scripts %}{% endblock %} \ No newline at end of file