hannesmannerheim / qvitter

mirror. moved to https://git.gnu.io/h2p/Qvitter, send merge requests and issues there
https://git.gnu.io/h2p/Qvitter
GNU Affero General Public License v3.0
86 stars 26 forks source link

Can remove t=time_now() #286

Closed iampbernardo closed 8 years ago

iampbernardo commented 8 years ago

Not actually necessary, but in case you want, you can remove you t parameter in AJAX calls to avoid cache. If you just set cache: false config in all your AJAX requests, jQuery makes that for you.

hannesmannerheim commented 8 years ago

thank you, didn't know!