1- #Clearmin Web Template
1+ # Clearmin Web Template
22
33![ Clearmin template] ( preview.png )
44
@@ -60,7 +60,7 @@ To start using Clearmin template in a new project you can use this minimal templ
6060 </div >
6161 <footer class =" cm-footer" ><span class =" pull-right" >© ; ACME Inc.</span ></footer >
6262 </div >
63- <script src =" assets/js/lib/jquery-2.1.3 .min.js" ></script >
63+ <script src =" assets/js/lib/jquery.min.js" ></script >
6464 <script src =" assets/js/jquery.mousewheel.min.js" ></script >
6565 <script src =" assets/js/jquery.cookie.min.js" ></script >
6666 <script src =" assets/js/fastclick.min.js" ></script >
@@ -84,7 +84,7 @@ To start using Clearmin template in a new project you can use this minimal templ
8484
8585** Javascript files (just before ` </body> ` ) :**
8686
87- * assets/js/lib/jquery-2.1.3 .min.js (required by bootstrap)
87+ * assets/js/lib/jquery.min.js (required by bootstrap)
8888* assets/js/lib/jquery.mousewheel.min.js (catch some scrolling events)
8989* assets/js/lib/jquery.cookie.min.js (cookie manipulation plugin)
9090* assets/js/lib/fastclick.min.js (enhance mobile device click events)
@@ -121,9 +121,6 @@ You got two different way to restore this state :
121121* [ Material Design Icons] ( https://github.com/google/material-design-icons ) Google SVG icons
122122* [ D3.js] ( http://d3js.org/ ) Data-Driven Documents
123123* [ C3.js] ( http://c3js.org/ ) D3-based reusable chart library
124- * [ Highlight.js] ( https://highlightjs.org/ ) Syntax highlighting for the Web
125124* [ Fastclick] ( https://github.com/ftlabs/fastclick ) Polyfill to remove click delays on browsers with touch UIs
126125* [ Jquery-cookie] ( https://github.com/carhartl/jquery-cookie ) A simple, lightweight jQuery plugin for reading, writing and deleting cookies
127126* [ Jquery-mousewheel] ( https://github.com/jquery/jquery-mousewheel ) A jQuery plugin that adds cross-browser mouse wheel support
128-
129-
0 commit comments