Removed toolkit

Fri, 18 Jul 2014 16:33:41 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 18 Jul 2014 16:33:41 +0200
changeset 114
f50c17d68028
parent 113
cf3f906ffe0d
child 115
81c7433004ed

Removed toolkit

www-thermferm/index.php file | annotate | diff | comparison | revisions
--- a/www-thermferm/index.php	Thu Jul 17 21:19:22 2014 +0200
+++ b/www-thermferm/index.php	Fri Jul 18 16:33:41 2014 +0200
@@ -31,7 +31,6 @@
 $outstr .= '  <meta http-equiv="content-type" content="text/html; charset=utf-8" />'.PHP_EOL;
 $outstr .= '  <title>ThermFerm monitor</title>'.PHP_EOL;
 $outstr .= '  <link type="text/css" href="css/style.css" rel="stylesheet" media="all" />'.PHP_EOL;
-$outstr .= '  <script type="text/javascript" src="js/Drinks.js"></script>'.PHP_EOL;
 $outstr .= ' </head>'.PHP_EOL;
 $outstr .= ' <body class="page">'.PHP_EOL;
 $outstr .= '  <div id="container" class="container_16">'.PHP_EOL;
@@ -47,7 +46,6 @@
 $outstr .= '   </div> <!-- content -->'.PHP_EOL;
 $outstr .= '  </div> <!-- container -->'.PHP_EOL;
 $outstr .= '  <!-- Load scripts after the body, so they don\'t block rendering of the page -->'.PHP_EOL;
-//$outstr .= '  <script type="text/javascript" src="js/Drinks.js"></script>'.PHP_EOL;
 $outstr .= ' </body>'.PHP_EOL;
 $outstr .= '</html>'.PHP_EOL;
 

mercurial