From 678a78d71534441d5471ed24aa8b471ba08c6664 Mon Sep 17 00:00:00 2001 From: Yorhel Date: Sun, 19 Jul 2009 11:36:54 +0200 Subject: Converted and renamed screenshots.status (int) to processed (bool) There were only two states, processed and unprocessed, so simply using a boolean column with correct naming is more clarifying. --- static/f/forms.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'static') diff --git a/static/f/forms.js b/static/f/forms.js index 4fb02f1e..4e59796d 100644 --- a/static/f/forms.js +++ b/static/f/forms.js @@ -484,7 +484,7 @@ function scrCheckStatus() { var tr; for(var s=0;s 0) + if(l[i].scrId == ls[s].getAttribute('id') && ls[s].getAttribute('processed') == "1") tr = l[i]; if(!tr) continue; -- cgit v1.2.3