Sha256: e7f415cb8ee7f9ea31c633df4092271cadf661debf0adaa0643b68b1076e363f
Contents?: true
Size: 250 Bytes
Versions: 5
Compression:
Stored size: 250 Bytes
Contents
var Admin = function() { return { initPopUp : function() { $('a[data-popup=true]').click(function(e) { e.preventDefault(); window.open($(this).attr('href')); }) } } }();
Version data entries
5 entries across 5 versions & 1 rubygems