Sha256: 9375f57e6c40cf7d102a45acfc1db9681e5d23c830a9b98df91fc12e0d876173
Contents?: true
Size: 586 Bytes
Versions: 3
Compression:
Stored size: 586 Bytes
Contents
//= require blacklight/core (function($) { Blacklight.do_lightbox_dialog = function() { $("a.lightboxLink").ajaxyDialog({ chainAjaxySelector: false, position: ['center', 50] }); //But make the librarian link wider than 300px default. $('a.lightboxLink#librarianLink').ajaxyDialog("option", "width", 650); //And the email one too needs to be wider to fit the textarea $("a.lightboxLink#emailLink").ajaxyDialog("option", "width", 500); }; $(document).ready(function() { Blacklight.do_lightbox_dialog(); }); })(jQuery);
Version data entries
3 entries across 3 versions & 1 rubygems