]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/javascript/opac/AboutPage.js
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / javascript / opac / AboutPage.js
1 AboutPage.prototype                                     = new Page();
2 AboutPage.prototype.constructor = AboutPage;
3 AboutPage.baseClass                                     = Page.constructor;
4
5 function AboutPage() {
6         this.searchBarForm      = new SearchBarFormChunk();
7         this.searchBar                  = new SearchBarChunk();
8 }