gfse: use alltenses/ instead of present/ when looking up RGL oper types

This commit is contained in:
hallgren
2013-04-26 15:01:11 +00:00
parent 46546a3e93
commit 3d984e9ee4

View File

@@ -1191,7 +1191,7 @@ function draw_opens(g,ci) {
setTimeout(function(){sheet.style.top="0px";},1000) setTimeout(function(){sheet.style.top="0px";},1000)
} }
function cont1() { gfshell("so",cont2) } function cont1() { gfshell("so",cont2) }
gfshell("i -retain present/"+m+".gfo",cont1) gfshell("i -retain alltenses/"+m+".gfo",cont1)
} }
} }
var first=true; var first=true;