Sha256: 45e49d4aa2bda0cf6f56d13adb331e22626f75db2f6c222b142d038adb8956d0

Contents?: true

Size: 365 Bytes

Versions: 1

Compression:

Stored size: 365 Bytes

Contents

// Place all the behaviors and hooks related to the matching controller here.
// All this logic will automatically be available in application.js.


$(document).ready(function() {
  $('.dialog').jqm();

  $('[data-form]').each(function(index, ele) {
    $('#' + $(ele).data('form') + '.dialog').jqmAddTrigger($('[data-form=' + $(ele).data('form') + ']'));
  });
});

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
watchtower-0.0.1 app/assets/javascripts/watchtower/contacts.js