geekmaster / eyefiserver2

Automatically exported from code.google.com/p/eyefiserver2
0 stars 0 forks source link

WebGUI start/stop/restart not working properly in IE #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
IE seems to cache server start/stop/restart requests.

Original issue reported on code.google.com by duke...@gmail.com on 29 Jun 2012 at 10:25

GoogleCodeExporter commented 8 years ago
Solved by
$.ajaxSetup({ cache: false });

Original comment by duke...@gmail.com on 29 Jun 2012 at 5:26