Browse Source

#2012, Search should pass along debug to API

pull/2034/head
jlukic 9 years ago
parent
commit
b03c7d3faf
1 changed files with 1 additions and 0 deletions
  1. 1
      src/definitions/modules/search.js

1
src/definitions/modules/search.js

@ -258,6 +258,7 @@ $.fn.search = function(parameters) {
api: function() {
var
apiSettings = {
debug : settings.debug,
on : false,
action : 'search',
onFailure : module.error

Loading…
Cancel
Save