summaryrefslogtreecommitdiff
path: root/src/www/gfse
diff options
context:
space:
mode:
authorhallgren <hallgren@chalmers.se>2013-04-26 15:01:11 +0000
committerhallgren <hallgren@chalmers.se>2013-04-26 15:01:11 +0000
commit8d866541d302864747278f5d5f9f62138b34bf19 (patch)
treea31d602d41ec225c6132b478bf7f355f19ad4542 /src/www/gfse
parentb88065e250eff9786de4908e77fcf0ad17cb0fdd (diff)
gfse: use alltenses/ instead of present/ when looking up RGL oper types
Diffstat (limited to 'src/www/gfse')
-rw-r--r--src/www/gfse/editor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/www/gfse/editor.js b/src/www/gfse/editor.js
index dc1363fd3..d81959e2d 100644
--- a/src/www/gfse/editor.js
+++ b/src/www/gfse/editor.js
@@ -1191,7 +1191,7 @@ function draw_opens(g,ci) {
setTimeout(function(){sheet.style.top="0px";},1000)
}
function cont1() { gfshell("so",cont2) }
- gfshell("i -retain present/"+m+".gfo",cont1)
+ gfshell("i -retain alltenses/"+m+".gfo",cont1)
}
}
var first=true;