From 2cfc6047c02d25ce8daa79c976d4190ccbc57e06 Mon Sep 17 00:00:00 2001 From: unknown Date: Fri, 26 Aug 2011 13:42:22 +0300 Subject: [PATCH] some changes in Graphme app --- resources/library/interactive/Graphme.wgt/Grapheur.xhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/resources/library/interactive/Graphme.wgt/Grapheur.xhtml b/resources/library/interactive/Graphme.wgt/Grapheur.xhtml index 1caf99c6..cfd5dd33 100644 --- a/resources/library/interactive/Graphme.wgt/Grapheur.xhtml +++ b/resources/library/interactive/Graphme.wgt/Grapheur.xhtml @@ -103,15 +103,15 @@ $("#zoomDefaut").val(sankore.preference("defaultZoom", "4")); reinitialiserZoom($("#zoomDefaut").val()); - if(sankore.preference("showGrid","0") == 1) + if(sankore.preference("showGrid","1") == 1) $("#checkGrille").attr("checked", "checked"); else $("#checkGrille").removeAttr('checked'); - if(sankore.preference("showAxis","0") == 1) + if(sankore.preference("showAxis","1") == 1) $("#checkAxes").attr("checked", "checked"); else $("#checkAxes").removeAttr('checked'); - if(sankore.preference("showScale","0") == 1) + if(sankore.preference("showScale","1") == 1) $("#checkEchelle").attr("checked", "checked"); else $("#checkEchelle").removeAttr('checked');