Skip to content

Commit

Permalink
issue#33
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangkaitao committed Oct 20, 2013
1 parent 7a69bbf commit 7bb9871
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,8 @@ $.zTree = {
});
};
config.autocomplete.source = config.autocomplete.source
|| config.urlPrefix + "/ajax/autocomplete" +
(config.excludeId ? "?excludeId=" + config.excludeId : "") +
|| config.urlPrefix + "/ajax/autocomplete?1=1" +
(config.excludeId ? "&excludeId=" + config.excludeId : "") +
(config.onlyDisplayShow ? "&search.show_eq=true" : "");

config.treeId = treeSelect;
Expand Down Expand Up @@ -409,8 +409,8 @@ $.zTree = {
});
};
config.autocomplete.source = config.autocomplete.source
|| config.urlPrefix + "/ajax/autocomplete" +
(config.excludeId ? "?excludeId=" + config.excludeId : "") +
|| config.urlPrefix + "/ajax/autocomplete?1=1" +
(config.excludeId ? "&excludeId=" + config.excludeId : "") +
(config.onlyDisplayShow ? "&search.show_eq=true" : "");

config.treeId = treeSelect;
Expand Down

0 comments on commit 7bb9871

Please sign in to comment.