hlstatsx/web/includes/js/heatmap.js

11 lines
200 B
JavaScript

window.addEvent('domready', function() {
/**
* You can run this code as first code to set default options
* SqueezeBox.initialize({ ... });
*/
SqueezeBox.assign($$('a[rel=boxed]'));
});