Sha256: fbc78d8fca18e93424cb8d11365d14cd11b29ccf0526954ab2dcab2c8d003a13

Contents?: true

Size: 1021 Bytes

Versions: 6

Compression:

Stored size: 1021 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 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 twitter/bootstrap
//= require bootstrap-datepicker
//= require dataTables/jquery.dataTables
//= require dataTables/jquery.dataTables.bootstrap
//= require_tree .

$(document).ready(function(){
  $('#datatables').dataTable({
    "sDom": "<'row-fluid'<'span6'l><'span6'f>r>t<'row-fluid'<'span6'i><'span6'p>>",
    "sPaginationType": "bootstrap",
    "aaSorting": [[ 5, "desc" ]]
  });
});

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
bootup-0.0.4.1 lib/generators/bootup/templates/application.js
bootup-0.0.4 lib/generators/bootup/templates/application.js
bootup-0.0.3 lib/generators/bootup/templates/application.js
bootup-0.0.2 lib/generators/bootup/templates/application.js
bootup-0.0.1 lib/generators/bootup/templates/application.js
bootup-0.0.1alpha lib/generators/bootup/templates/application.js