Ticket #165 (closed enhancement: duplicate)
don't mess with window title
| Reported by: | mack@… | Owned by: | gogo |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Xinha Core | Version: | |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Maybe this is useful for debugging and stuff, but for normal use it just seems like an annoyance if anything.
Offending code in HTMLArea.init:
var savetitle = document.title;
document.title = "[HTMLArea: loading script " + current + "/" + HTMLArea._scripts.length + "]";
document.title = savetitle;
Change History
Note: See
TracTickets for help on using
tickets.
