comparison WebApplication/viewer.js @ 4:ecefd45026bf

configuration of the cache
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 26 Feb 2015 16:55:37 +0100
parents ca16691db433
children 20af33af313a
comparison
equal deleted inserted replaced
3:ca16691db433 4:ecefd45026bf
17 * along with this program. If not, see <http://www.gnu.org/licenses/>. 17 * along with this program. If not, see <http://www.gnu.org/licenses/>.
18 **/ 18 **/
19 19
20 20
21 var compression = 'jpeg95'; 21 var compression = 'jpeg95';
22
23 22
24 23
25 // Prevent the access to IE 24 // Prevent the access to IE
26 if(navigator.appVersion.indexOf("MSIE ") != -1) 25 if(navigator.appVersion.indexOf("MSIE ") != -1)
27 { 26 {