NetTalk Central

Author Topic: Translate 'Update web folder'  (Read 2751 times)

Matthew

  • Full Member
  • ***
  • Posts: 137
    • View Profile
    • Email
Translate 'Update web folder'
« on: November 09, 2012, 12:53:15 AM »
Hello

Where can I translate text "UPDATE OF WEB FOLDER REQUIRED - Try pressing Ctrl-F5. Server is on version ..." to another language or is it way to automatically refresh site?

My suggestion:

There is function in javascript versionCheck(v).
Maybe add instruction 'location.reload(true);' below line 'if (v != NetTalkVersion){' will be a solution.
Bruce what do You think?

Regards,
Matthew

Bruce

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 11250
    • View Profile
Re: Translate 'Update web folder'
« Reply #1 on: November 09, 2012, 08:10:28 AM »
maybe Matthew - I'll look into it. We'd need to be a bit careful not to get into a loop. And we'd need to be sure that reload is fetching the non-cached files for the site.

cheers
Bruce