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:
c0e349d
)
debug -> debug_function
author
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 19 Dec 2013 16:34:12 +0000
(16:34 +0000)
committer
Wolfram Schneider
<wosch@indexdata.dk>
Thu, 19 Dec 2013 16:34:12 +0000
(16:34 +0000)
tools/htdocs/mkws.js
patch
|
blob
|
history
diff --git
a/tools/htdocs/mkws.js
b/tools/htdocs/mkws.js
index
8ddb1b1
..
39117da
100644
(file)
--- a/
tools/htdocs/mkws.js
+++ b/
tools/htdocs/mkws.js
@@
-1165,8
+1165,9
@@
function M(word) {
* implement jQuery plugin $.pazpar2({})
*/
function _mkws_jquery_plugin ($) {
- function debug (string) { // delayed debug, internal variables are set after dom ready
- setTimeout(function() { mkws.debug(string); }, 500);
+ // delayed debug, internal variables are set after dom ready
+ function debug (string) {
+ setTimeout(function() { mkws.debug_function(string); }, 500);
}
function init_popup(obj) {