-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathinteractive-console.html
More file actions
42 lines (33 loc) · 1.39 KB
/
interactive-console.html
File metadata and controls
42 lines (33 loc) · 1.39 KB
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
---
layout: default
---
{% include home-header.html %}
<div class="body-wrapper documentation">
<div class="maincontent">
<div class="row">
<div class="row-container xs-padding" style="position: relative;">
{{content}}
</div>
</div>
</div>
<div id="disqus_thread" class="col-xs-12"></div>
<script>
var disqus_config = function () {
if (window.location.hostname != 'developer.ticketmaster.com') {
var pageURL = window.location.href.replace(window.location.host, 'developer.ticketmaster.com');
this.page.url = pageURL || "http://developer.ticketmaster.com/";
}
else this.page.url = document.URL || "http://developer.ticketmaster.com/";
this.page.identifier = "{{page.title}}";
};
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//ticketmasterapi.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
</div>
{% include home-footer.html %}
<script src="{{"/scripts/components/interactive-console.js" | prepend: site.baseurl }}"></script>
<script type="text/javascript" src="{{"/scripts/components/api-key-service.js?v=1" | prepend: site.baseurl }}"></script>