Ignore:
Timestamp:
Oct 9, 2007, 8:09:47 AM (17 years ago)
Author:
ecprice
Message:

Improve the error infrastructure. Hopefully this works; I haven't
really tested it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/web/templates/skeleton.tmpl

    r139 r153  
    1616function helppopup(name){
    1717   closeWin()
    18    helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "HMMTHelp",
     18   helpWin = window.open("help?simple=true&subject="+encodeURIComponent(name), "Help",
    1919"status, height = 300, width = 400");
    2020   if (window.focus){helpWin.focus();}
Note: See TracChangeset for help on using the changeset viewer.