-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpartners-doc.html
More file actions
79 lines (70 loc) · 3.02 KB
/
partners-doc.html
File metadata and controls
79 lines (70 loc) · 3.02 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
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
---
layout: default
category: partners
---
<div class="top-bar bg-header bg-header-partners slice-bottom-left">
{% include partials/common-header.html %}
</div>
{% include partials/expanded-menu-header.html %}
{% include partials/common-header-small.html %}
<div class="base-content-wrapper">
<div class="col-lg-3 menu" tabindex="-1">
{% include partners-menu.html %}
</div>
<div class="col-lg-9 col-md-12 col-sm-12 content{% if page.categories[0] == "partners" and page.categories[1] == "distribution" %} distribution{% endif %}">
{{ content }}
{% if page.categories[1] != "certified" %}
<div id="disqus_thread" class="{% if page.categories[0] == 'partners' and page.categories[1] == 'distribution' %}col-sm-12{% endif %}"></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>
{% endif %}
{% if page.categories[1] == "certified" %}
<script>
$('.card').each(function () {
var me = $(this);
me.hover(function(){
me.toggleClass('applyflip');
});
});
</script>
{% endif %}
{% if page.categories[1] == "certified" and page.categories[2] == "nexus" %}
<div id="disqus_thread"></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>
{% endif %}
</div>
</div>
<div id="footer" class="xs-center slice-top-left">
{% include partials/footer.html %}
</div>
<script src="{{"/scripts/components/support-side-menu.js" | prepend: site.baseurl }}"></script>
<script src="{{"/scripts/components/menu-highlight.js" | prepend: site.baseurl }}"></script>