Sha256: ad2d12fb2a3280987ca541fff7a4142202587d127bfddd52bd23966663af9e0d
Contents?: true
Size: 283 Bytes
Versions: 36
Compression:
Stored size: 283 Bytes
Contents
// The selector for the User field (external_key field) on the // featured researcher form (function( $ ){ $.fn.userSelector = function( options ) { $(".select2-user").userSearch(); }; })( jQuery ); Blacklight.onLoad(function() { $('.select2-user').userSelector(); });
Version data entries
36 entries across 36 versions & 3 rubygems