srchub-old

srchub-old Commit Details


Date:2014-03-13 20:34:00 (11 years 1 month ago)
Author:Natalie Adams
Branch:default
Commit:913d86aa4ab2
Parents: c2d531afb657
Message:Adding entry for objective-c and ASM in autoloader

Changes:
Mindefero/src/IDF/templates/idf/base.html (2 diffs)

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

Tags

Page rendered in 0.63689s using 14 queries.