attach data to pjaxified links so they can't be pjaxified twice. add simple refresh method
This commit is contained in:
6
lib/proto/refresh.js
Normal file
6
lib/proto/refresh.js
Normal file
@@ -0,0 +1,6 @@
|
||||
|
||||
var parseDom = require("./parse-dom")
|
||||
|
||||
module.exports = function(el) {
|
||||
parseDom(document);
|
||||
}
|
||||
Reference in New Issue
Block a user