--- rat/client/Attic/code.html 2000/07/04 16:25:22 1.6
+++ rat/client/Attic/code.html 2000/07/08 11:23:36 1.7
@@ -1153,7 +1153,7 @@ function draw () {
parent.mapout.document.writeln(
'
');
- for (kr=0;kr<=maxrow;kr++) {
+ for (kr=0;kr<=maxrow;kr++) {
message("Generating Output Row "+kr);
drawrow(rrow[kr]);
}
@@ -2225,6 +2225,8 @@ function revert() {
function storechange() {
parent.server.document.forms.storage.submit();
+ load();
+ draw();
stored=1;
}