UNPKG
pbar
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Tiny progress bar widget in css and js es5
github.com/StoneCypher/pbar
StoneCypher/pbar
pbar
/
doc
/
script
/
patch-for-local.js
9 lines
(8 loc)
•
207 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
(
function
(
){
if
(location.
protocol
===
'file:'
) {
var
elms =
document
.
querySelectorAll
(
'a[href="./"]'
);
for
(
var
i =
0
; i < elms.
length
; i++) { elms[i].
href
=
'./index.html'
; } } })();