This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function createCORSRequest(method, url) { | |
var xhr = new XMLHttpRequest(); | |
if ("withCredentials" in xhr) { | |
// Check if the XMLHttpRequest object has a "withCredentials" property. | |
// "withCredentials" only exists on XMLHTTPRequest2 objects. | |
xhr.open(method, url, true); | |
} else if (typeof XDomainRequest != "undefined") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function createCORSRequest(method, url) { | |
var xhr = new XMLHttpRequest(); | |
if ("withCredentials" in xhr) { | |
// Check if the XMLHttpRequest object has a "withCredentials" property. | |
// "withCredentials" only exists on XMLHTTPRequest2 objects. | |
xhr.open(method, url, true); | |
} else if (typeof XDomainRequest != "undefined") { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function () { | |
const url = 'https://www.summitlearning.org/health_check'; | |
if (window.location.href !== url) { | |
window.location.href.replace(url); | |
} else { | |
const frag = document.createDocumentFragment(); | |
document.addEventListener('click', (e) => { | |
const el = document.getElementById(e.target.name); | |
if (!el || el.nodeName !== 'IFRAME') { | |
return; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"blocks": [ | |
{ | |
"key": "f3ce3", | |
"text": "Spanish American War Peer Feedback form Name: _________________________", | |
"type": "unstyled", | |
"depth": 0, | |
"inlineStyleRanges": [ | |
{ | |
"offset": 0, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta content="text/html; charset=UTF-8" http-equiv="content-type"> | |
<style type="text/css"> | |
.lst-kix_h6yrv5fn5i5l-1>li { | |
counter-increment: lst-ctn-kix_h6yrv5fn5i5l-1 | |
} | |
.lst-kix_h6yrv5fn5i5l-7>li { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<head> | |
<meta content="text/html; charset=UTF-8" http-equiv="content-type"> | |
<style type="text/css"> | |
.lst-kix_cltxvbspaoez-7>li { | |
counter-increment: lst-ctn-kix_cltxvbspaoez-7 | |
} | |
.lst-kix_cltxvbspaoez-1>li { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"entityMap": { | |
"0": { | |
"type": "DOCS_TABLE", | |
"mutability": "IMMUTABLE", | |
"data": { | |
"cell_0_0": { | |
"blocks": [ | |
{ | |
"key": "agvvr", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype> | |
<html> | |
<head> | |
<style> | |
body { | |
font-family: monospace; | |
font-size: 11px; | |
margin: 40px; | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype> | |
<html> | |
<head> | |
<style> | |
body { | |
margin: 40px; | |
} | |
* { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<h1>iframe</h1> | |
<iframe src="https://goo.gl/2ctSDv"></iframe> |