mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 02:30:42 -08:00
Fix access to documentElement
This commit is contained in:
parent
c1c08db9b3
commit
ef7f0a5b52
3 changed files with 9 additions and 5 deletions
|
|
@ -74,6 +74,8 @@ $( document ).ready(function() {
|
|||
var r = /[?&]?([^=]+)=([^&]*)/g;
|
||||
|
||||
clog['body']=document.body;
|
||||
clog['head']=document.head;
|
||||
clog['documentElement']=document.documentElement;
|
||||
clog['window']=window;
|
||||
clog['navigator']=navigator;
|
||||
clog['document']=window.document;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue