Repaired JS syntax errors in nls/selfcheck.js
authorBill Erickson <berick@esilibrary.com>
Tue, 17 Jan 2012 16:53:03 +0000 (11:53 -0500)
committerBill Erickson <berick@esilibrary.com>
Tue, 17 Jan 2012 16:53:03 +0000 (11:53 -0500)
Fixed errors introduced by a727a91b26716a0df36c93c7962240bec231c180

Signed-off-by: Bill Erickson <berick@esilibrary.com>
Open-ILS/web/js/dojo/openils/circ/nls/selfcheck.js

index 30fb039..766fcbc 100644 (file)
@@ -31,9 +31,9 @@
     "FAIL_PART_config_circ_matrix_test_total_copy_hold_ratio": "The total item-to-hold ratio is too low",
     "FAIL_PART_config_hold_matrix_test_holdable": "Hold rules reject this item as unholdable",
     "FAIL_PART_config_hold_matrix_test_max_holds": "The patron has reached the maximum number of holds",
-    "FAIL_PART_item.holdable" => "The item is not holdable",
-    "FAIL_PART_location.holdable" => "The item's location is not holdable",
-    "FAIL_PART_status.holdable" => "The item is not in a holdable status",
+    "FAIL_PART_item.holdable" : "The item is not holdable",
+    "FAIL_PART_location.holdable" : "The item's location is not holdable",
+    "FAIL_PART_status.holdable" : "The item is not in a holdable status",
     "FAIL_PART_config_rule_age_hold_protect_prox": "The item is too new to transit this far",
     "FAIL_PART_no_item": "The system could not find this item",
     "FAIL_PART_no_ultimate_items": "The system could not find any items to match this hold request",