add missing web interface files, fix minor memory leak in event handler

This commit is contained in:
Ron Pedde
2006-05-18 06:30:11 +00:00
parent 703221c715
commit 3eef14e1cf
2 changed files with 8 additions and 1 deletions

View File

@@ -125,6 +125,7 @@ Section "MainSection" SEC01
SetOutPath "$2\admin-root"
File "${ADMIN_ROOT}\thanks.html"
File "${ADMIN_ROOT}\status.html"
File "${ADMIN_ROOT}\status.js"
File "${ADMIN_ROOT}\smartpopup.html"
File "${ADMIN_ROOT}\smart.js"
File "${ADMIN_ROOT}\smart.html"
@@ -148,6 +149,7 @@ Section "MainSection" SEC01
File "${ADMIN_ROOT}\config-update.html"
File "${ADMIN_ROOT}\config.html"
File "${ADMIN_ROOT}\config.js"
File "${ADMIN_ROOT}\config.xml"
File "${ADMIN_ROOT}\aspl-license.txt"
File "${ADMIN_ROOT}\aspl-license.html"
File "${ADMIN_ROOT}\applet.html"
@@ -430,8 +432,10 @@ Section Uninstall
Delete "$INSTDIR\admin-root\smart.js"
Delete "$INSTDIR\admin-root\smartpopup.html"
Delete "$INSTDIR\admin-root\status.html"
Delete "$INSTDIR\admin-root\status.js"
Delete "$INSTDIR\admin-root\thanks.html"
Delete "$INSTDIR\admin-root\config.js"
Delete "$INSTDIR\admin-root\config.xml"
Delete "$INSTDIR\admin-root\lib-js\prototype.js"
Delete "$INSTDIR\admin-root\lib-js\rico.js"
Delete "$INSTDIR\admin-root\lib-js\script.aculo.us\builder.js"