Sha256: 447660f2e0cf510d55d85bba171f5b7d2f9bffba428c4c7fb74801b2c03791c7
Contents?: true
Size: 510 Bytes
Versions: 5
Compression:
Stored size: 510 Bytes
Contents
/* Template Name: Color Admin - Responsive Admin Dashboard Template build with Twitter Bootstrap 5 Version: 5.1.5 Author: Sean Ngu Website: http://www.seantheme.com/color-admin/ */ var handleRenderHighlight = function() { $('.hljs-wrapper pre code').each(function(i, block) { hljs.highlightElement(block); }); }; var Highlight = function () { "use strict"; return { //main function init: function () { handleRenderHighlight(); } }; }(); $(document).ready(function() { Highlight.init(); });
Version data entries
5 entries across 5 versions & 1 rubygems