Skip to content
Snippets Groups Projects
Commit 9aeaf6ae authored by Demian Katz's avatar Demian Katz
Browse files

Resolving VUFIND-851 (Feedback module breaks "save search").

parent c0c4b27d
No related merge requests found
/*global alert*/ /*global alert,path*/
// This overrides settings in jquery.tabSlideOut.v2.0.js // This overrides settings in jquery.tabSlideOut.v2.0.js
$(document).ready(function(){ $(document).ready(function(){
$('.slide-out-div').tabSlideOut({ $('.slide-out-div').tabSlideOut({
pathToTabImage: '', pathToTabImage: path + '/themes/blueprint/images/trans.png',
imageHeight: '86px', imageHeight: '86px',
imageWidth: '30px', imageWidth: '30px',
handleOffset: '-1', handleOffset: '-1',
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment