mirror of
https://github.com/openvk/openvk
synced 2025-01-09 17:29:42 +03:00
Compare commits
1 commit
8d87ec678c
...
fe20c7f123
Author | SHA1 | Date | |
---|---|---|---|
|
fe20c7f123 |
3 changed files with 0 additions and 8 deletions
|
@ -205,9 +205,6 @@ window.player = new class {
|
||||||
if(!this.context.object) {
|
if(!this.context.object) {
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
if(this.context.playedPages.indexOf(page) != -1) {
|
|
||||||
return
|
|
||||||
}
|
|
||||||
|
|
||||||
const form_data = new FormData
|
const form_data = new FormData
|
||||||
switch(this.context.object.name) {
|
switch(this.context.object.name) {
|
||||||
|
|
|
@ -2362,7 +2362,6 @@ async function __processPaginatorNextPage(page)
|
||||||
|
|
||||||
if(window.player && window.player.isAtAudiosPage() && window.player.isAtCurrentContextPage()) {
|
if(window.player && window.player.isAtAudiosPage() && window.player.isAtCurrentContextPage()) {
|
||||||
window.player.loadContext(page)
|
window.player.loadContext(page)
|
||||||
window.player.__highlightActiveTrack()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/*if(window.router) {
|
/*if(window.router) {
|
||||||
|
|
|
@ -91,10 +91,6 @@ window.router = new class {
|
||||||
u('.page_header #search_box select').nodes[0].value = page_header.find('#search_box select').nodes[0].value
|
u('.page_header #search_box select').nodes[0].value = page_header.find('#search_box select').nodes[0].value
|
||||||
}
|
}
|
||||||
|
|
||||||
if(u('.page_header #search_box input').length > 0 && page_header.find('#search_box input').length > 0) {
|
|
||||||
u('.page_header #search_box input').nodes[0].value = page_header.find('#search_box input').nodes[0].value
|
|
||||||
}
|
|
||||||
|
|
||||||
if(page_header.hasClass('search_expanded_at_all')) {
|
if(page_header.hasClass('search_expanded_at_all')) {
|
||||||
u('.page_header').addClass('search_expanded_at_all').addClass('search_expanded')
|
u('.page_header').addClass('search_expanded_at_all').addClass('search_expanded')
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue