srchub

srchub Commit Details


Date:2014-03-13 20:34:50 (10 years 9 months ago)
Author:Natalie Adams
Branch:master
Commit:0e0b7469d70988ba157a496567822284bece6b08
Parents: 326cdd953e780fff61cfa81ab6c9a7b6e14efff1
Message:Adding entry for objective-c and ASM in autoloader

Changes:

File differences

indefero/src/IDF/templates/idf/base.html
156156
157157
158158
159
159
160160
161161
162162
163163
164
164
165
165166
166167
167168
......
191192
192193
193194
194
195
196
197
195198
196199
197200
}
function changegutter()
{
if ($('.gutter > [class*=number]').first().offset() == null)
if ($('#highlight').find('.gutter > [class*=number]').first().offset() == null)
{
window.setTimeout(changegutter, 100);
return;
}
$(".gutter > [class*=number]").each(function(){ $(this).html('<a href="https://' + window.location.hostname + window.location.pathname + '#' + $(this).html() +'">' + $(this).html() + '</a>'); });
$('#highlight').find('.gutter > [class*=number]').each(function(){ $(this).html('<a href="https://' + window.location.hostname + window.location.pathname + '#' + $(this).html() +'">' + $(this).html() + '</a>'); });
}
$(function() {
'scala @shBrushScala.js',
'sql @shBrushSql.js',
'vb vbnet @shBrushVb.js',
'xml xhtml xslt html @shBrushXml.js'
'xml xhtml xslt html @shBrushXml.js',
'objc @shBrushObjC.js',
'asm @shBrushAsm.js'
));
SyntaxHighlighter.all();

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05986s using 14 queries.