Commit 2155fdb591e7777a51a5395c5375264ba44ac626

Authored by Sergio Oliveira
1 parent 69c62537

Fixing missing namespace

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/tz/templates/tz/set_utc_offset.html
1 1 <script type="text/javascript">
2 2 var date = new Date();
3   - $.cookie('utc_offset', getTimezoneOffset());
  3 + $.cookie('utc_offset', date.getTimezoneOffset());
4 4 </script>
... ...