[title] revise array typo problem
authorJoonghun Park <jh718.park@samsung.com>
Fri, 12 Jul 2013 14:26:48 +0000 (23:26 +0900)
committerJoonghun Park <jh718.park@samsung.com>
Fri, 12 Jul 2013 14:27:46 +0000 (23:27 +0900)
Change-Id: I9e63aa16c0a494752cc34f5b86cb2808852fb1e1

js/main.js

index 80adb21..1ca3bf2 100755 (executable)
@@ -123,7 +123,7 @@ function getStorage() {
         }\r
 \r
         for ( var j = 0; j < session.length; j++) {\r
-            if (array == session.key(j)) {\r
+            if (array[i] == session.key(j)) {\r
                 // Shows Task Completed data until the browser (App) is re-executed\r
                 $("#list_" + session.key(j)).addClass("del");\r
                 $("#" + session.key(j)).attr("checked", true);\r