Files
pjax/lib/refresh.js
2014-10-14 08:23:56 +02:00

4 lines
59 B
JavaScript

module.exports = function() {
window.location.reload()
}