Sha256: d9e4511d5446a6aa1fc86bc2c6c1707b03c1da2048cd19ac9af7033b193de300
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
jQuery(function($) { $('form').bind('submit', function() { $('#timezone_offset').attr('value', -(new Date()).getTimezoneOffset() * 60); }); $('*[rel*=facebox]').facebox({ closeImage: '/image/facebox/closelabel.gif', loadingImage: '/image/facebox/loading.gif' }); });
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
winton-sum-0.1.0 | public/javascript/sum.js |