@@ -21,6 +21,7 @@ function con() {
21
21
}
22
22
?>
23
23
24
+
24
25
<html>
25
26
<head>
26
27
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
@@ -49,8 +50,8 @@ function con() {
49
50
</ul>
50
51
<ul class="nav">
51
52
<li class="sep">DOWNLOADS:</li>
52
- <li class="nav"><a id = "linklib" class="dl" href="lib/numeric. js">numeric.js</a></li>
53
- <li class="nav"><a id = "linklibmin" class="dl" href="lib/numeric-min.js">numeric-min.js</a></li>
53
+ <li class="nav"><a id = "linklib" class="dl" href="lib/numeric-1.0.0. js">numeric-1.0.0 .js</a></li>
54
+ <li class="nav"><a id = "linklibmin" class="dl" href="lib/numeric-1.0.0. min.js">numeric-1.0.0. min.js</a></li>
54
55
</ul>
55
56
</table>
56
57
@@ -390,7 +391,6 @@ function submit() {
390
391
<br><br><br>
391
392
392
393
393
-
394
394
<script>
395
395
<?php
396
396
$ incs = NULL ;
@@ -405,7 +405,7 @@ function submit() {
405
405
$ foo = json_decode ($ restore ,true ) or die ("json error " );
406
406
$ incs = $ foo ['scripts ' ];
407
407
if (is_null ($ incs )) {
408
- $ incs = array (1 => '/scripts/ numeric.js?key=709eb0c78c0bfcf40eeee9b10f4be6919eb3a6271c38003e93ad62bafd07cfc6 ' );
408
+ $ incs = array (1 => 'lib/ numeric-1.0.0.js ' );
409
409
}
410
410
echo <<<EOT
411
411
workshop._restore = $ restore;
@@ -415,13 +415,13 @@ function submit() {
415
415
workshop._restore = ((typeof localStorage.savedata === "string")?
416
416
(JSON.parse(localStorage.savedata)):
417
417
{inputs: [], outputs: [],
418
- scripts: ["/scripts/ numeric.js?key=709eb0c78c0bfcf40eeee9b10f4be6919eb3a6271c38003e93ad62bafd07cfc6 "] });
418
+ scripts: ["lib/ numeric-1.0.0.js "] });
419
419
EOT ;
420
420
}
421
421
?>
422
422
423
- workshop.version = "noversion ";
424
- workshop.updateVersion = "/scripts/ numeric.js?key=709eb0c78c0bfcf40eeee9b10f4be6919eb3a6271c38003e93ad62bafd07cfc6 ";
423
+ workshop.version = "1.0.0 ";
424
+ workshop.updateVersion = "lib/ numeric-1.0.0.js ";
425
425
workshop.preload(workshop._restore);
426
426
</script>
427
427
0 commit comments