mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-04 19:14:14 +00:00
refurbish
This commit is contained in:
parent
c42965de88
commit
4880d4c972
@ -410,8 +410,8 @@ function watchHashChange(e)
|
||||
if(e!=null){
|
||||
var prevurlsplit = e.oldURL.split('#');
|
||||
var newurlsplit = e.newURL.split('#');
|
||||
prevhashstring=prevurlsplit[1];
|
||||
if(prevurlsplit[0]==newurlsplit[0] && prevhashstring.length>0 && prevhashstring!=undefined){
|
||||
var prevhashstring=prevurlsplit[1];
|
||||
if(prevurlsplit[0]==newurlsplit[0] && prevhashstring!=undefined && prevhashstring.length>0 ){
|
||||
$('.modal-back').css('display','inline');
|
||||
$('.modal-back').on('click', function(e){
|
||||
e.stopPropagation();
|
||||
|
3119
theme_nin/css/style.css
Executable file → Normal file
3119
theme_nin/css/style.css
Executable file → Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user