text changes to registration mail content
[namibia] / public / templates / page / faq.js
1 var template_faq = function( static )
2 {
3         this.static = static;
4         this.elements = {};
5         this.construct = function()
6         {
7                 //alert('Hi there, we now do event registrations, etc');
8                 
9                 var location = '#/faq';
10                 $('.select_page').removeClass('select_page');
11                 $('a[href="/' + location +'"]').closest('li').addClass('select_page');
12         };
13         this.destruct = function()
14         {
15                 //alert('Hi there, removing bindings, etc');
16         };
17 };