commit | 4e9fbcb7440a4959a44f2e84d1331964a6dac65d | [log] [tgz] |
---|---|---|
author | Nils Diewald <nils@diewald-online.de> | Tue Jul 15 11:45:09 2014 +0000 |
committer | Nils Diewald <nils@diewald-online.de> | Tue Jul 15 11:45:09 2014 +0000 |
tree | d481d59967fabe88395861033fb06f365a0c0932 | |
parent | 7cad8406d779fc839ba41bf8ad75166c5b66f2f0 [diff] [blame] |
Some canges in the tutorial section
diff --git a/templates/partial/javascript.html.ep b/templates/partial/javascript.html.ep index 81c7519..422a29e 100644 --- a/templates/partial/javascript.html.ep +++ b/templates/partial/javascript.html.ep
@@ -65,8 +65,11 @@ var tut = $("#tutorial"); tut.addClass("active"); var iframe = tut.children("iframe"); +/* var src = iframe.attr("data-src"); iframe.attr("src", src); +*/ + iframe.attr("src", getTutorialPage()); }; function closeTutorial (o) {