-
Notifications
You must be signed in to change notification settings - Fork 0
/
jsfiddle.html
121 lines (77 loc) · 3.98 KB
/
jsfiddle.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
<!DOCTYPE html>
<!-- saved from url=(0053)https://jsfiddle.net/christopherneff/d7u4ry7z/3/show/ -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="edit-Type" edit="text/html; charset=utf-8">
<meta name="robots" content="index, follow">
<meta name="googlebot" content="index, follow">
<script async="" src="./jsfiddle_files/analytics.js"></script><script type="text/javascript" src="./jsfiddle_files/highlight.pack.js"></script>
<script type="text/javascript" src="./jsfiddle_files/embed.js"></script>
<link rel="stylesheet" type="text/css" href="./jsfiddle_files/embed-light.css">
<script type="text/javascript">
var height;
var force_height = null;
var slug = "d7u4ry7z";
var show_src = "//fiddle.jshell.net/christopherneff/d7u4ry7z/3/show/light/";
var resize_element_counter = 0;
var shell_edit_url = '/christopherneff/d7u4ry7z/3/light/';
</script>
<link href="./jsfiddle_files/css" rel="stylesheet" type="text/css">
<!-- <link href="//fonts.googleapis.com/css?family=Lato:400|Inconsolata" rel="stylesheet" type="text/css"> -->
<style type="text/css" media="screen">
</style>
<style id="style-1-cropbar-clipper">/* Copyright 2014 Evernote Corporation. All rights reserved. */
.en-markup-crop-options {
top: 18px !important;
left: 50% !important;
margin-left: -100px !important;
width: 200px !important;
border: 2px rgba(255,255,255,.38) solid !important;
border-radius: 4px !important;
}
.en-markup-crop-options div div:first-of-type {
margin-left: 0px !important;
}
</style></head>
<body>
<div id="wrapper">
<header>
<h1><a href="https://jsfiddle.net/christopherneff/d7u4ry7z/3/?utm_source=website&utm_medium=embed&utm_campaign=d7u4ry7z" target="_blank">Edit in JSFiddle</a></h1>
<!-- <h1><a href="/christopherneff/d7u4ry7z/3/light/" target="_blank">Edit in JSFiddle</a></h1> -->
<div id="actions">
<ul class="normalRes">
<li class="active">
<a data-trigger-type="result" href="https://jsfiddle.net/christopherneff/d7u4ry7z/3/show/#Result">Result</a>
</li>
</ul>
<div class="hl" style="left: 0px; width: 61.2656px;"></div>
</div>
</header>
<div id="tabs">
<div class="tCont result active" id="result"><iframe src="./jsfiddle_files/saved_resource.html" frameborder="0" sandbox="allow-modals allow-forms allow-scripts allow-same-origin allow-popups" kwframeid="1"></iframe></div>
<script type="text/javascript">
window.addEventListener('load', function(){
if (typeof(EmbedManager) === undefined){
EmbedManager.loadResult();
}
}, false);
</script>
</div>
</div>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
var GA_LOCAL_STORAGE_KEY = 'ga:clientId';
if (window.localStorage) {
ga('create', 'UA-366077-19', {
'storage': 'none',
'clientId': localStorage.getItem(GA_LOCAL_STORAGE_KEY)
});
ga(function(tracker) {
localStorage.setItem(GA_LOCAL_STORAGE_KEY, tracker.get('clientId'));
});
ga('send', 'pageview', '/[user]/[fiddle]/[revision]/embedded/[tabs]/'); // where `url_structure` is for example `/[user]/[fiddle]/[revision]/embedded/js,css/`
}
</script>
</body></html>