Remove dead link.
This commit is contained in:
parent
175001ed75
commit
4ef8cb05ee
@ -3255,9 +3255,9 @@
|
|||||||
#overlay {\
|
#overlay {\
|
||||||
position: fixed;\
|
position: fixed;\
|
||||||
top: 0;\
|
top: 0;\
|
||||||
|
right: 0;\
|
||||||
left: 0;\
|
left: 0;\
|
||||||
height: 100%;\
|
bottom: 0;\
|
||||||
width: 100%;\
|
|
||||||
text-align: center;\
|
text-align: center;\
|
||||||
background: rgba(0,0,0,.5);\
|
background: rgba(0,0,0,.5);\
|
||||||
}\
|
}\
|
||||||
|
|||||||
@ -101,7 +101,6 @@ config =
|
|||||||
# XXX chrome can't into `{log} = console`
|
# XXX chrome can't into `{log} = console`
|
||||||
if console?
|
if console?
|
||||||
# XXX scriptish - console.log.apply is not a function
|
# XXX scriptish - console.log.apply is not a function
|
||||||
# https://github.com/scriptish/scriptish/issues/3
|
|
||||||
log = (arg) ->
|
log = (arg) ->
|
||||||
console.log arg
|
console.log arg
|
||||||
|
|
||||||
@ -2607,9 +2606,9 @@ Main =
|
|||||||
#overlay {
|
#overlay {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
right: 0;
|
||||||
left: 0;
|
left: 0;
|
||||||
height: 100%;
|
bottom: 0;
|
||||||
width: 100%;
|
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background: rgba(0,0,0,.5);
|
background: rgba(0,0,0,.5);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user