Sha256: e542b2b80c38ab0a873db854d4b1cd6b7c0a2f29a05c0eb531cb4abf1bb28dab
Contents?: true
Size: 1.01 KB
Versions: 6
Compression:
Stored size: 1.01 KB
Contents
// Avoid `console` errors in browsers that lack a console. (function() { var method; var noop = function () {}; var methods = [ 'assert', 'clear', 'count', 'debug', 'dir', 'dirxml', 'error', 'exception', 'group', 'groupCollapsed', 'groupEnd', 'info', 'log', 'markTimeline', 'profile', 'profileEnd', 'table', 'time', 'timeEnd', 'timeStamp', 'trace', 'warn' ]; var length = methods.length; var console = (window.console = window.console || {}); while (length--) { method = methods[length]; // Only stub undefined methods. if (!console[method]) { console[method] = noop; } } }()); jQuery(document).ready(function($) { //$('.main-menu').slicknav({ // label: 'Menu', // allowParentLinks: true //}); $('.flickr').each(function(i){ $(this).find('a.image').attr('rel','gallery'+i); $('.flickr a.image').colorbox({ maxWidth:'95%', maxHeight:'95%', scrolling: false }); }); });
Version data entries
6 entries across 6 versions & 1 rubygems