editor_note-8.x-1.x-dev/js/editor_note.js
js/editor_note.js
// Not fully implemented pagination flow.
// @see https://www.drupal.org/project/editor_note/issues/3087584
// (function ($, Drupal) {
// Drupal.behaviors.ajaxpagination = {
// attach: function (context, settings) {
// $('.pager li a').click(function() {
// var href = $(this).attr('href');
// if(href && href !== '#'){
// href = href + " .field-notes-table";
// $( ".field-notes-table" ).load(href)
// }
// return false;
// });
//
// }
// };
// })(jQuery, Drupal);
