forena-8.x-1.x-dev/forena_ui/forena.admin.js
forena_ui/forena.admin.js
/**
* @file
* Legacy forena behaviors. These are deprecated.
*/
(function ($) {
Drupal.behaviors.forenaAdmin = {
attach: function (context) {
$('table.dataTable-paged', context).dataTable({
"sPaginationType": "full_numbers"
});
}
};
})(jQuery);
