From 71fc5197d1a71a9f2efd1b4f83c7d3b0de539e10 Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Fri, 25 Mar 2011 19:19:07 +0100 Subject: Fix order of parameters of fixAttachById function. XMLRPCURL is mandatory. Fixes #73 --- data/lib/otherButtons.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'data/lib/otherButtons.js') diff --git a/data/lib/otherButtons.js b/data/lib/otherButtons.js index b7bb7d5..bc445bf 100644 --- a/data/lib/otherButtons.js +++ b/data/lib/otherButtons.js @@ -87,7 +87,7 @@ function addingEmbelishments(list) { // Add find chip magic button var whiteboard_string = document.getElementById("status_whiteboard").value; if (!/card_/.test(whiteboard_string)) { - fillInChipMagic(XorgLogAttList[0][1]); + fillInChipMagic(list[0][1]); } } } -- cgit