Skip to content

Commit 2cbcf8e

Browse files
committed
template fix
1 parent 2b04181 commit 2cbcf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quikr.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@
176176
};
177177

178178
quikr.action("qkr-reload", function (data) {
179-
var tmpl = this.getAttribute("qkr-tmpl");
179+
var tmpl = this.getAttribute("qkr-target");
180180
quikr.applyTmpl(document.getElementById(tmpl));
181181
});
182182

0 commit comments

Comments
 (0)