Support selection by panel body clicking. Styling changes for highlighted panel. Self-display multiple item action list. New select all button. Fix fancybox click area on thumbnail display. Remove the multi item form processing view. Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
14 lines
347 B
JavaScript
14 lines
347 B
JavaScript
'use strict';
|
|
|
|
// Make it globally available. Used by event.links
|
|
|
|
var MayanAppClass = MayanApp;
|
|
|
|
var partialNavigation = new PartialNavigation({
|
|
initialURL: initialURL,
|
|
disabledAnchorClasses: [
|
|
'btn-multi-item-action', 'disabled', 'pagination-disabled'
|
|
],
|
|
excludeAnchorClasses: ['fancybox', 'new_window', 'non-ajax'],
|
|
});
|