text changes to registration mail content
[namibia] / public / templates / page / thankyoucontact.js
1 var template_thankyoucontact = function( static )
2 {
3         this.static = static;
4         this.elements = {};
5         this.construct = function()
6         {
7                 $('#PublicMenu li.select_page').removeClass('select_page');
8                 
9                 //after 5 sec re-direct
10                 window.setTimeout(function() {
11                     window.location.href = '/';
12                 }, 5000);
13         };
14         this.destruct = function() {};
15 };