Improve the error infrastructure. Hopefully this works; I haven't
[invirt/packages/invirt-web.git] / templates / skeleton.tmpl
index 3a5b8e2..1ccea2e 100644 (file)
@@ -15,7 +15,7 @@ function closeWin(){
 
 function helppopup(name){
    closeWin()
-   helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "HMMTHelp",
+   helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "Help",
 "status, height = 300, width = 400");
    if (window.focus){helpWin.focus();}
    return false;