r9635: Seperate window logic from registry js file.
authorDeryck Hodge <deryck@samba.org>
Fri, 26 Aug 2005 05:25:29 +0000 (05:25 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:34:36 +0000 (13:34 -0500)
commitc6b592a5b79bd8449a675012192c5654ddc4442c
treeb7f193ddd8d393133ffba26aed91728422c5008f
parenta45c4fd5e24c8ae50bd86c6c84d1a3278e1bdab6
r9635: Seperate window logic from registry js file.
This allows for flexibility in display format,
which will make more sense when I start working
on windows, tabs, etc.

Add the beginnings of a document.js object that allows
us to add and remove scripts as we use them, which will
ensure we only load what we need.  A desktop GUI runs
from a single page, so we can't load js files by changing
pages.

deryck
(This used to be commit b4f6f81d7bbf87fcb7c7c9bd4a7164aabaeedc1c)
swat/desktop/index.esp
swat/esptest/registry.esp
swat/scripting/client/js_scripts.js [new file with mode: 0644]
swat/scripting/client/regedit.js
swat/scripting/client/status.js