mirror of
https://github.com/twisterarmy/twister-html.git
synced 2025-02-05 03:24:17 +00:00
refurbish
This commit is contained in:
parent
c42965de88
commit
4880d4c972
@ -410,8 +410,8 @@ function watchHashChange(e)
|
|||||||
if(e!=null){
|
if(e!=null){
|
||||||
var prevurlsplit = e.oldURL.split('#');
|
var prevurlsplit = e.oldURL.split('#');
|
||||||
var newurlsplit = e.newURL.split('#');
|
var newurlsplit = e.newURL.split('#');
|
||||||
prevhashstring=prevurlsplit[1];
|
var prevhashstring=prevurlsplit[1];
|
||||||
if(prevurlsplit[0]==newurlsplit[0] && prevhashstring.length>0 && prevhashstring!=undefined){
|
if(prevurlsplit[0]==newurlsplit[0] && prevhashstring!=undefined && prevhashstring.length>0 ){
|
||||||
$('.modal-back').css('display','inline');
|
$('.modal-back').css('display','inline');
|
||||||
$('.modal-back').on('click', function(e){
|
$('.modal-back').on('click', function(e){
|
||||||
e.stopPropagation();
|
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