This website works better with JavaScript.
Home
Help
Sign In
gyroninja
/
netrunner
Watch
4
Star
5
Fork
2
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
update bootstrap
master
Odilitime
1 year ago
parent
fb86006f5a
commit
b167e753c9
1 changed files
with
4 additions
and
1 deletions
Split View
Show Diff Stats
4
1
res/ntr_bootstrap.js
+ 4
- 1
res/ntr_bootstrap.js
View File
@@ -1,8 +1,11 @@
document = {
head: "",
documentElement: {},
getElementsByTagName: function(tag) {
return [];
},
querySelector: function(selector) {
return {};
return
null
;
},
querySelectorAll: function(selector) {
},
Write
Preview
Loading…
Cancel
Save