Sha256: 2e3d0e27de6e8308a65e8830cbf000f8dc791425942a5bb880bc0f73ad8acd57

Contents?: true

Size: 438 Bytes

Versions: 3

Compression:

Stored size: 438 Bytes

Contents

$(function(){
  $("a[rel='colorbox']").colorbox({title: function(){
      var url = $(this).attr('href');
      return '<a href="'+url+'" target="_blank" onclick="$.fn.colorbox.close(); true">Open In New Window</a>';
  }, iframe: true, width: "90%", height: "90%", rel: 'nofollow'});
  $("#site-selector").change(function(){
    window.location = $(this).val();
  });
  
  $('a.insert_asset').colorbox({ width: "60%", height: "80%"});
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
orange-sparkles-0.5.9 lib/orange-sparkles/assets/js/admin.js
orange-sparkles-0.5.8 lib/orange-sparkles/assets/js/admin.js
orange-sparkles-0.5.7 lib/orange-sparkles/assets/js/admin.js