This website works better with JavaScript.
Home
Explore
Help
Sign In
Ellpeck
/
Web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Activity
Browse Source
fixed exception on site change
pull/2/head
Ellpeck
10 months ago
parent
299bb15b4d
commit
5d8228327c
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
scripts/main.js
+ 1
- 1
scripts/main.js
View File
@ -10,7 +10,7 @@ if (pride)
$
(
function
(
)
{
let
openModals
=
function
(
hash
)
{
if
(
hash
&&
hash
.
length
>
1
)
{
if
(
hash
&&
hash
.
startsWith
(
"#"
)
)
{
let
modal
=
$
(
`
${
hash
}
-modal
`
)
;
if
(
modal
.
length
)
modal
.
modal
(
'show'
)
;
Write
Preview
Loading…
Cancel
Save