From: Robert Kaiser Date: Mon, 5 Nov 2012 00:41:29 +0000 (+0100) Subject: correct a typo X-Git-Tag: production~9 X-Git-Url: https://git-public.kairo.at/?p=mandelbrot-web.git;a=commitdiff_plain;h=728b58e4529a3b8a760ebe9bdb34222769e12ec4 correct a typo --- diff --git a/js/mandelbrot.js b/js/mandelbrot.js index f90abca..3537999 100644 --- a/js/mandelbrot.js +++ b/js/mandelbrot.js @@ -72,8 +72,8 @@ function getAdjustVal(aName) { catch (e) { } if ((value < 10) || (value > 5000)) { value = 300; - gPrefs.set(prefname, value); - //document.getElementById(aName.replace(".", "_")).value = value; + gPrefs.set(aName, value); + document.getElementById(aName.replace(".", "_")).value = value; } return value; case "last_image.Cr_*": diff --git a/manifest.appcache b/manifest.appcache index 1f1ceb0..c11d50a 100644 --- a/manifest.appcache +++ b/manifest.appcache @@ -1,6 +1,6 @@ CACHE MANIFEST -# / +# 2012-11-04 index.html manifest.webapp js/mandelbrot.js @@ -9,6 +9,3 @@ style/mandelbrot.css style/mandelbrotIcon16.png style/mandelbrotIcon32.png style/plain-overview.png - -NETWORK: -