Sha256: e8424996698d4ce448fade9ac5e45e0c9884c14b4c75a1d345b1521da41f9e03

Contents?: true

Size: 921 Bytes

Versions: 9

Compression:

Stored size: 921 Bytes

Contents

// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file. JavaScript code in this file should be added after the last require_* statement.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require rails-ujs
//= require jquery
//= require activestorage
//= require_tree .
$(document).ready(function() {
  $('tr.is-clickable').click(function(){
    var url = $(this).data('url')
    window.location.href = url
    // console.log('clicked!');
  })
})

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
authz-0.0.5 app/assets/javascripts/authz/application.js
authz-0.0.4 app/assets/javascripts/authz/application.js
authz-0.0.3 app/assets/javascripts/authz/application.js
authz-0.0.2 app/assets/javascripts/authz/application.js
authz-0.0.1 app/assets/javascripts/authz/application.js
authz-0.0.1.alpha5 app/assets/javascripts/authz/application.js
authz-0.0.1.alpha4 app/assets/javascripts/authz/application.js
authz-0.0.1.alpha3 app/assets/javascripts/authz/application.js
authz-0.0.1.alpha2 app/assets/javascripts/authz/application.js