rpicms

A CMS for the Raspberry Pi
git clone git://archive.git.mtrnord.blog/RpicmsTeam/rpicms.git
Log | Files | Refs | README | LICENSE

commit 3baaaeb8deb642b7ffda907cf3e79cb103e25181
parent a01b9567d42b6e7ff7521273e6115cbd29da3eca
Author: MTRNord <mtrnord1@gmail.com>
Date:   Sat,  3 Jan 2015 11:29:20 +0100

some performance upgrades (remove not working and not needed js

Diffstat:
Mthemes/jumbotron/index.php | 5+----
1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/themes/jumbotron/index.php b/themes/jumbotron/index.php @@ -101,7 +101,6 @@ if ($root_3[1] == 'core') { <!-- Just for debugging purposes. Don't actually copy these 2 lines! --> <!--[if lt IE 9]><script src="../../core/libs/theme_engine/BootStrap/js/ie8-responsive-file-warning.js"></script><![endif]--> - <script src="../../core/libs/theme_engine/BootStrap/js/ie-emulation-modes-warning.js"></script> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!--[if lt IE 9]> @@ -356,9 +355,7 @@ if ($root_3[1] == 'core') { <!-- Bootstrap core JavaScript ================================================== --> <!-- Placed at the end of the document so the pages load faster --> - <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> + <!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>--> <script src="../../core/libs/theme_engine/BootStrap/js/bootstrap.min.js"></script> - <!-- IE10 viewport hack for Surface/desktop Windows 8 bug --> - <script src="../../core/libs/theme_engine/BootStrap/js/ie10-viewport-bug-workaround.js"></script> </body> </html>