projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
a11c920
)
Use info() instead of log()
author
Mike Taylor
<mike@indexdata.com>
Thu, 20 Nov 2014 10:59:03 +0000
(10:59 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 20 Nov 2014 10:59:03 +0000
(10:59 +0000)
src/mkws-widget-categories.js
patch
|
blob
|
history
diff --git
a/src/mkws-widget-categories.js
b/src/mkws-widget-categories.js
index
fc8896f
..
61abb4e
100644
(file)
--- a/
src/mkws-widget-categories.js
+++ b/
src/mkws-widget-categories.js
@@
-16,7
+16,7
@@
mkws.registerWidgetType('categories', function() {
alert("categories response document is not XML");
return;
}
alert("categories response document is not XML");
return;
}
- that.log("got categories: " + data);
+ that.info("got categories: " + data);
var text = [];
text.push("Select category: ");
var text = [];
text.push("Select category: ");