[gimp-web/gimp-web-static] Modified base.html to add async attribute to push-menu.js call



commit f8683eb3fa4391a0d280df51fbe08da8ea58236b
Author: Pat David <patdavid gmail com>
Date:   Tue Oct 6 17:17:52 2015 -0500

    Modified base.html to add async attribute to push-menu.js call

 themes/newgimp/templates/base.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/themes/newgimp/templates/base.html b/themes/newgimp/templates/base.html
index a91e630..137460d 100644
--- a/themes/newgimp/templates/base.html
+++ b/themes/newgimp/templates/base.html
@@ -157,7 +157,7 @@
 
     </div>
 
-    <script src="/js/push-menu.js"></script>
+    <script async src="/js/push-menu.js"></script>
 
 </body>
 </html>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]