Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsuttlemyre authored May 28, 2024
1 parent f9b0749 commit 35de420
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1251,7 +1251,7 @@
dataURL: dataURL,
image: null, //should come from here https://blog.bitsrc.io/use-webrtc-and-peerjs-to-build-an-image-sharing-app-f8163b6a6266
data: null, //this would be the raw data to recreate the page as is using a backbone vue like renderer
html: html,
html: xhtml,
xhtml: xhtml, //load in a frame via dataurl maybe?
viewport: {
width:Math.max(document.documentElement.clientWidth || 0, window.innerWidth || 0),
Expand Down Expand Up @@ -1292,10 +1292,9 @@
}; //initialize


if(location.pathname=='/kqDraft/'){
alert('starting')
//if(location.pathname=='/kqDraft/'){
initialize();
}
//}
})();


Expand Down

0 comments on commit 35de420

Please sign in to comment.