srchub

srchub Commit Details


Date:2015-09-22 22:17:05 (9 years 2 months ago)
Author:Natalie Adams
Branch:master
Commit:57cdccfb7d26d4d32feaeb3faf15252baec231f9
Parents: 6660c043336cd01edec40845768af95ad561293b
Message:Issue 103: File preview not working on IE8 (plus general JS cleaning)

Changes:

File differences

indefero/src/IDF/templates/idf/base.html
173173
174174
175175
176
176
177177
178178
179179
......
186186
187187
188188
189
190
191
192
193
194
195
196
189
197190
198
199
200
201
191
192
193
194
195
196
197
198
199
200
201
202
202203
203204
204205
......
253254
254255
255256
256
257
257258
258259
259260
<script type="text/javascript" src="{media '/idf/js/prettify.js'}"></script>
<script type="text/javascript">prettyPrint();</script>
<script type="text/javascript" src="{media '/idf/js/allowtabs.js'}"></script>
<script type="application/javascript">
<script type="text/javascript">
{literal}
for(var i = 0; i < args.length; i++)
result.push(args[i].replace('@', '/media/idf/js/syntaxhighlight/'));
return result
};
function gotoline()
{
if ($('.number' + window.location.hash.substring(1)).first().offset() == null)
{
window.setTimeout(gotoline, 100);
return;
return result;
}
$('html, body').animate({
scrollTop: ($('.number' + window.location.hash.substring(1)).first().offset().top)
},500);
changegutter();
function gotoline()
{
if ($('.number' + window.location.hash.substring(1)).first().offset() == null)
{
window.setTimeout(gotoline, 100);
return;
}
$('html, body').animate({
scrollTop: ($('.number' + window.location.hash.substring(1)).first().offset().top)
},500);
changegutter();
}
function changegutter()
{
});
});

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05582s using 20 queries.