Skip to content
This repository was archived by the owner on Apr 16, 2019. It is now read-only.

Commit 21bc104

Browse files
author
Ian Maffett
committed
Merge pull request #843 from sxt102400/master
Update af.ui.js
2 parents 46cb80e + 23c1515 commit 21bc104

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/af.ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1112,7 +1112,7 @@
11121112

11131113
$(document).on("click", ".backButton, [data-back]", function() {
11141114
if(that.useInternalRouting)
1115-
that.goBack.bind(that);
1115+
that.goBack.bind(that)();
11161116
});
11171117
//Check for includes
11181118

0 commit comments

Comments
 (0)