Sha256: fb52b4ef37b81874eee228574b7594a2c7fda8bbfb5f5e976996d45854990a3a
Contents?: true
Size: 1021 Bytes
Versions: 1
Compression:
Stored size: 1021 Bytes
Contents
// Master manifest file for engine, so local app can require // this one file, but get all our files -- and local app // require does not need to change if we change file list. // // Note JQuery is required to be loaded for flot and blacklight_range_limit // JS to work, expect host app to load it. //= require 'flot/jquery.canvaswrapper.js' //= require 'flot/jquery.colorhelpers.js' //= require 'flot/jquery.flot.js' //= require 'flot/jquery.flot.browser.js' //= require 'flot/jquery.flot.saturated.js' //= require 'flot/jquery.flot.drawSeries.js' //= require 'flot/jquery.event.drag.js' //= require 'flot/jquery.flot.hover.js' //= require 'flot/jquery.flot.uiConstants.js' //= require 'flot/jquery.flot.selection.js' //= require 'bootstrap-slider' //= require 'blacklight_range_limit/blacklight_range_limit.umd' Blacklight.onLoad(function() { // Support for Blacklight 7 and 8: modalSelector = Blacklight.modal?.modalSelector || Blacklight.Modal.modalSelector BlacklightRangeLimit.initialize(modalSelector) })
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
blacklight_range_limit-8.5.0 | app/assets/javascripts/blacklight_range_limit.js |