mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
chore: remove unwanted log
This commit is contained in:
parent
eee0b01341
commit
c24824c99b
1 changed files with 1 additions and 4 deletions
|
|
@ -30,11 +30,8 @@ var Pjax = function(options) {
|
|||
|
||||
this.parseDOM(document)
|
||||
|
||||
on(window, "pushstate", function(st) {
|
||||
console.log(`push state`)
|
||||
})
|
||||
on(window, "pushstate", function(st) {})
|
||||
on(window, "popstate", function(st) {
|
||||
console.log(`pop state`)
|
||||
if (st.state) {
|
||||
var opt = clone(this.options)
|
||||
opt.url = st.state.url
|
||||
|
|
|
|||
Loading…
Reference in a new issue