Skip to content

Commit

Permalink
fixed path for autocomplete callback (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
erysavy authored and d6y committed Jan 12, 2017
1 parent 3cbe01a commit 09701ee
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ class AutoComplete {


fmapFunc(SFuncHolder(f)){ func =>
val what: String = encodeURL(S.contextPath + "/" + LiftRules.liftPath + "/ajax/"+ S.renderVersion+"?"+func+"=foo")
val what: String = encodeURL(LiftRules.liftPath + "/ajax/" + S.renderVersion + "?" + func + "=foo")

val id = Helpers.nextFuncName
fmapFunc(SFuncHolder(onSubmit)){hidden =>
Expand Down

0 comments on commit 09701ee

Please sign in to comment.