##// END OF EJS Templates
Some changes to improve readibility.
damianavila -
Show More
@@ -5,8 +5,9 b''
5 <!DOCTYPE html>
5 <!DOCTYPE html>
6 <html>
6 <html>
7 <head>
7 <head>
8 <meta charset="UTF-8">
8
9 <title>[{{nb.metadata.name}}]</title>
9 <meta charset="utf-8">
10
10 {% for css in resources.inlining.css -%}
11 {% for css in resources.inlining.css -%}
11 <style type="text/css">
12 <style type="text/css">
12 {{ css }}
13 {{ css }}
@@ -6,7 +6,7 b''
6 <html>
6 <html>
7 <head>
7 <head>
8
8
9 <meta charset="utf-8" />
9 <meta charset="utf-8">
10 <meta http-equiv="X-UA-Compatible" content="chrome=1">
10 <meta http-equiv="X-UA-Compatible" content="chrome=1">
11
11
12 <meta name="apple-mobile-web-app-capable" content="yes" />
12 <meta name="apple-mobile-web-app-capable" content="yes" />
@@ -145,7 +145,7 b' MathJax.Hub.Config({'
145 // We wait for the onload function to load MathJax after the page is completely loaded.
145 // We wait for the onload function to load MathJax after the page is completely loaded.
146 // MathJax is loaded 1 unit of time after the page is ready.
146 // MathJax is loaded 1 unit of time after the page is ready.
147 // This hack prevent problems when you load multiple js files.
147 // This hack prevent problems when you load multiple js files.
148 //
148
149 window.onload = function () {
149 window.onload = function () {
150 setTimeout(function () {
150 setTimeout(function () {
151 var script = document.createElement("script");
151 var script = document.createElement("script");
General Comments 0
You need to be logged in to leave comments. Login now