Sha256: c41d05e0c1d814cdcf60e36d1f808240cc61522ed397aefd4a1d520f40d442a8

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

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 vendor/assets/javascripts of plugins, if any, 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
// the compiled file.
//
// WARNING: THE FIRST BLANK LINE MARKS THE END OF WHAT'S TO BE PROCESSED, ANY BLANK LINE SHOULD
// GO AFTER THE REQUIRES BELOW.
//
//= require jquery
//= require jquery_ujs
//
//= require jquery-ui-1.9.2/jquery.ui.widget
//
//= require blacklight/blacklight
//
//= require bootstrap-dropdown
//= require bootstrap-button
//= require bootstrap-collapse
//= require bootstrap-tooltip
//= require bootstrap-popover
//= require bootstrap-datepicker
//
//= require manage_repeating_fields
//= require toggle_details
//= require help_modal

$(function(){
  $('abbr').tooltip();

  $('.multi_value.control-group').manage_fields();

  $('.datepicker').datepicker({
    format: 'yyyy-mm-dd' });
});

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
curate-0.1.2 app/assets/javascripts/curate.js
curate-0.1.1 app/assets/javascripts/curate.js