]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
_global-izing some more js & css
authorJay Sitter <jsitter@gmail.com>
Tue, 18 Nov 2014 15:01:37 +0000 (10:01 -0500)
committerJay Sitter <jsitter@gmail.com>
Tue, 18 Nov 2014 15:01:37 +0000 (10:01 -0500)
16 files changed:
themes/_global/css/jquery-ui-1.10.4.custom.css [moved from themes/default/css/jquery-ui-1.10.4.custom.css with 100% similarity]
themes/_global/css/jquery-ui-1.10.4.custom.min.css [moved from themes/default/css/jquery-ui-1.10.4.custom.min.css with 100% similarity]
themes/_global/js/autoClose.js [moved from themes/default/js/autoClose.js with 100% similarity]
themes/_global/js/autoCompleteTags.js [moved from themes/default/js/autoCompleteTags.js with 100% similarity]
themes/_global/js/jquery-2.0.3.min.js [moved from themes/default/js/jquery-2.0.3.min.js with 100% similarity]
themes/_global/js/jquery-ui-1.10.4.custom.js [moved from themes/default/js/jquery-ui-1.10.4.custom.js with 100% similarity]
themes/_global/js/jquery-ui-1.10.4.custom.min.js [moved from themes/default/js/jquery-ui-1.10.4.custom.min.js with 100% similarity]
themes/_global/js/popupForm.js [moved from themes/default/js/popupForm.js with 100% similarity]
themes/_global/js/restoreScroll.js [moved from themes/default/js/restoreScroll.js with 100% similarity]
themes/_global/js/saveLink.js [moved from themes/default/js/saveLink.js with 100% similarity]
themes/baggy/edit-tags.twig
themes/baggy/view.twig
themes/courgette/_view.twig
themes/default/_head.twig
themes/default/edit-tags.twig
themes/default/view.twig

index d7c150333b3f79c9b76a98fd953059f61c3f5767..15f15560fa52941268203eee7b5cafbbb833d451 100755 (executable)
@@ -5,9 +5,9 @@
 {% endblock %}
 {% block content %}
 
-<script src="{{ poche_url }}themes/default/js/jquery-ui-1.10.4.custom.min.js"></script>
-<script src="{{ poche_url }}themes/default/js/autoCompleteTags.js"></script>
-<link rel="stylesheet" href="{{ poche_url }}themes/default/css/jquery-ui-1.10.4.custom.min.css" media="all">
+<script src="{{ poche_url }}themes/_global/js/jquery-ui-1.10.4.custom.min.js"></script>
+<script src="{{ poche_url }}themes/_global/js/autoCompleteTags.js"></script>
+<link rel="stylesheet" href="{{ poche_url }}themes/_global/css/jquery-ui-1.10.4.custom.min.css" media="all">
 
 <div id="article">
   <h2>{{ entry.title|raw }}</21>
index 53a9ee69223cbf5fcd6602443b27b13276f26b48..0094c14dbff9cf43ffa81529540a54d1697ab1e2 100755 (executable)
@@ -32,7 +32,7 @@
                 {{ content | raw }}
             </article>
         </div>
-        <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/restoreScroll.js"></script>
         <script type="text/javascript">
         $(document).ready(function() {
         
index c5c916c047bf4fba3d589a1f353605182ea64436..09424abb86636e7e988e2350ebcf46f60f57485c 100755 (executable)
@@ -24,7 +24,7 @@
                 {{ content | raw }}
             </article>
         </div>
-        <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/restoreScroll.js"></script>
         <script type="text/javascript">
         $(document).ready(function() {
 
@@ -43,4 +43,4 @@
             });
         });
         </script> 
-{% endblock %}
\ No newline at end of file
+{% endblock %}
index d2a637fb01f57989a8806af3e814f147756d9142..37485e560d4a1947219e17b1084d4620adee2d34 100755 (executable)
@@ -29,8 +29,8 @@
         <link rel="stylesheet" href="{{ poche_url }}themes/{{ theme }}/css/style-{{ theme }}.css" media="all" title="{{ theme }} theme">
         <link rel="stylesheet" href="{{ poche_url }}themes/default/css/messages.css" media="all">
         <link rel="stylesheet" href="{{ poche_url }}themes/default/css/print.css" media="print">
-        <script src="{{ poche_url }}themes/default/js/jquery-2.0.3.min.js"></script>
-        <script src="{{ poche_url }}themes/default/js/autoClose.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/jquery-2.0.3.min.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/autoClose.js"></script>
         <script src="{{ poche_url }}themes/default/js/closeMessage.js"></script>
-        <script src="{{ poche_url }}themes/default/js/saveLink.js"></script>
-        <script src="{{ poche_url }}themes/default/js/popupForm.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/saveLink.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/popupForm.js"></script>
index 89c746ecaff047e4632810222013ca31b39a04b2..c29427e0a0cabe4e0c910b0bb04ab80f119b59e8 100755 (executable)
@@ -5,9 +5,9 @@
 {% endblock %}
 {% block content %}
 
-<script src="{{ poche_url }}themes/default/js/jquery-ui-1.10.4.custom.min.js"></script>
-<script src="{{ poche_url }}themes/default/js/autoCompleteTags.js"></script>
-<link rel="stylesheet" href="{{ poche_url }}themes/default/css/jquery-ui-1.10.4.custom.min.css" media="all">
+<script src="{{ poche_url }}themes/_global/js/jquery-ui-1.10.4.custom.min.js"></script>
+<script src="{{ poche_url }}themes/_global/js/autoCompleteTags.js"></script>
+<link rel="stylesheet" href="{{ poche_url }}themes/_global/css/jquery-ui-1.10.4.custom.min.css" media="all">
 
 <div id="article">
   <header class="mbm">
index dbbbde3c05a22da4d57f20d9b2d4c2c59e3e2336..09e8ae1a0c5a2ce99ebc7c2c038faf576c65a015 100755 (executable)
@@ -35,7 +35,7 @@
             </article>
             {{ block('tags') }}
         </div>
-        <script src="{{ poche_url }}themes/{{theme}}/js/restoreScroll.js"></script>
+        <script src="{{ poche_url }}themes/_global/js/restoreScroll.js"></script>
         <script type="text/javascript">
         $(document).ready(function() {