reload.js 112 B

123
  1. function reload() {
  2. location.href.endsWith('#reload') ? location.reload(true) : location.href = '#reload';
  3. }