changed existing refresh method to reload. changed the data check to trigger a refresh on the element based on the already bound data attr
This commit is contained in:
3
lib/reload.js
Normal file
3
lib/reload.js
Normal file
@@ -0,0 +1,3 @@
|
||||
module.exports = function() {
|
||||
window.location.reload()
|
||||
}
|
||||
Reference in New Issue
Block a user