Upgrade to Bootstrap 3
This commit is contained in:
parent
cca6bd1bc9
commit
4fe858817f
@ -87,7 +87,7 @@ lib/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
|
|||||||
|
|
||||||
#dynamic
|
#dynamic
|
||||||
|
|
||||||
# Sun 25 Aug 2013 23:17:05 CEST
|
# Sun 25 Aug 2013 23:22:57 CEST
|
||||||
js-min/font/fontello.eot
|
js-min/font/fontello.eot
|
||||||
js-min/font/fontello.svg
|
js-min/font/fontello.svg
|
||||||
js-min/font/fontello.ttf
|
js-min/font/fontello.ttf
|
||||||
|
@ -14,14 +14,14 @@
|
|||||||
<meta name="msvalidate.01" content="5E47EE6F67B069C17E3CDD418351A612" />
|
<meta name="msvalidate.01" content="5E47EE6F67B069C17E3CDD418351A612" />
|
||||||
<script>
|
<script>
|
||||||
// Use http://.../?debug to serve original JavaScript files instead of minified
|
// Use http://.../?debug to serve original JavaScript files instead of minified
|
||||||
var mainModule = "main";
|
var baseDir = 'js';
|
||||||
if(!location.search.match(/(\?|&)debug/)) {
|
if(!location.search.match(/(\?|&)debug/)) {
|
||||||
mainModule += "-min";
|
baseDir += '-min';
|
||||||
}
|
}
|
||||||
var require = {
|
var require = {
|
||||||
baseUrl: "js",
|
baseUrl: baseDir,
|
||||||
deps: [
|
deps: [
|
||||||
mainModule
|
'main'
|
||||||
]
|
]
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
Reference in New Issue
Block a user