Upgrade to Bootstrap 3

This commit is contained in:
benweet 2013-08-25 23:23:08 +02:00
parent cca6bd1bc9
commit 4fe858817f
2 changed files with 5 additions and 5 deletions

View File

@ -87,7 +87,7 @@ lib/MathJax/jax/output/HTML-CSS/fonts/TeX/AMS/Regular/SuppMathOperators.js
#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.svg
js-min/font/fontello.ttf

View File

@ -14,14 +14,14 @@
<meta name="msvalidate.01" content="5E47EE6F67B069C17E3CDD418351A612" />
<script>
// Use http://.../?debug to serve original JavaScript files instead of minified
var mainModule = "main";
var baseDir = 'js';
if(!location.search.match(/(\?|&)debug/)) {
mainModule += "-min";
baseDir += '-min';
}
var require = {
baseUrl: "js",
baseUrl: baseDir,
deps: [
mainModule
'main'
]
};
</script>