##// END OF EJS Templates
Merge pull request #4324 from damianavila/remove_addthis...
Min RK -
r12865:83892e72 merge
parent child Browse files
Show More
@@ -101,21 +101,6 text-align: inherit;
101 101 </div>
102 102 </div>
103 103
104 <!--
105 Uncomment the following block and the addthis_widget.js (see below inside dependencies)
106 to get enable social buttons.
107 -->
108
109 <!--
110 <div class="addthis_toolbox addthis_floating_style addthis_32x32_style" style="left:20px;top:20px;">
111 <a class="addthis_button_twitter"></a>
112 <a class="addthis_button_google_plusone_share"></a>
113 <a class="addthis_button_linkedin"></a>
114 <a class="addthis_button_facebook"></a>
115 <a class="addthis_button_more"></a>
116 </div>
117 -->
118
119 104 <script src="{{resources.reveal.url_prefix}}/lib/js/head.min.js"></script>
120 105
121 106 <script src="{{resources.reveal.url_prefix}}/js/reveal.js"></script>
@@ -136,7 +121,6 dependencies: [
136 121 { src: "{{resources.reveal.url_prefix}}/lib/js/classList.js", condition: function() { return !document.body.classList; } },
137 122 { src: "{{resources.reveal.url_prefix}}/plugin/highlight/highlight.js", async: true, callback: function() { hljs.initHighlightingOnLoad(); } },
138 123 { src: "{{resources.reveal.url_prefix}}/plugin/notes/notes.js", async: true, condition: function() { return !!document.body.classList; } }
139 // { src: 'http://s7.addthis.com/js/300/addthis_widget.js', async: true},
140 124 ]
141 125 });
142 126 </script>
@@ -159,7 +143,7 MathJax.Hub.Config({
159 143 <script>
160 144 // We wait for the onload function to load MathJax after the page is completely loaded.
161 145 // MathJax is loaded 1 unit of time after the page is ready.
162 // This hack prevent problems when you load multiple js files (i.e. social button from addthis).
146 // This hack prevent problems when you load multiple js files.
163 147 //
164 148 window.onload = function () {
165 149 setTimeout(function () {
General Comments 0
You need to be logged in to leave comments. Login now