]> git.evergreen-ils.org Git - working/Evergreen.git/commit
Add a placeholder server/skin/custom.js to prevent one error in JS console
authordbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Sep 2010 03:32:28 +0000 (03:32 +0000)
committerdbs <dbs@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Tue, 28 Sep 2010 03:32:28 +0000 (03:32 +0000)
commit65de3995904caccbe431e268dacacbc43c5c973c
tree2fca563e1be58b0b9c8dd64e351bd2cad5057e11
parent9a0d74f1ff6fc823f870430a620d7677754a8fbe
Add a placeholder server/skin/custom.js to prevent one error in JS console

custom.js enables you to override the settings in the stock constants.js
to skin the behaviour of your staff client at your installation, without
being subject to grief at upgrade time.

Not having a custom.js file at all was, however, causing errors to be generated
in the JS console as XULRunner tried hard to parse the 404 message as
JavaScript. I suppose one could have changed the 404 message to valid
JavaScript... naw, that would be evil.

git-svn-id: svn://svn.open-ils.org/ILS/trunk@18068 dcc99617-32d9-48b4-a31d-7c20da2025e4
Open-ILS/xul/staff_client/server/skin/custom.js [new file with mode: 0644]