diff --git a/plugins/build-pipeline-plugin/js/jquery.fancybox-1.3.4.js b/plugins/build-pipeline-plugin/js/jquery.fancybox-1.3.4.js
index 55c08dd..bdf8ed9 100644
--- a/plugins/build-pipeline-plugin/js/jquery.fancybox-1.3.4.js
+++ b/plugins/build-pipeline-plugin/js/jquery.fancybox-1.3.4.js
@@ -26,7 +26,7 @@
titleHeight = 0, titleStr = '', start_pos, final_pos, busy = false, fx = $.extend($('<div/>')[0], { prop: 0 }),
- isIE6 = $.browser.msie && $.browser.version < 7 && !window.XMLHttpRequest,
+ isIE6 = false,^M
/*
* Private methods
@@ -612,7 +612,7 @@
}
if (currentOpts.type == 'iframe') {
- $('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" ' + ($.browser.msie ? 'allowtransparency="true""' : '') + ' scrolling="
+ $('<iframe id="fancybox-frame" name="fancybox-frame' + new Date().getTime() + '" frameborder="0" hspace="0" ' + (false ? 'allowtransparency="true""' : '') + ' scrolling="' + selec
}
wrap.show();
@@ -1155,4 +1155,4 @@
$.fancybox.init();
});
-})(jQuery);
\ No newline at end of file
+})(jQuery);^M
diff --git a/plugins/build-pipeline-plugin/js/jquery.tooltip.min.js b/plugins/build-pipeline-plugin/js/jquery.tooltip.min.js
index a8d0cc6..576ae82 100644
--- a/plugins/build-pipeline-plugin/js/jquery.tooltip.min.js
+++ b/plugins/build-pipeline-plugin/js/jquery.tooltip.min.js
@@ -11,9 +11,9 @@
* Dual licensed under the MIT and GPL licenses:
* http: * http:- */;(function($){var helper={},current,title,tID,IE=$.browser.msie&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),track=false;$.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",to
+ */;(function($){var helper={},current,title,tID,IE=false&&/MSIE\s(5\.5|6\.)/.test(navigator.userAgent),track=false;$.tooltip={blocked:false,defaults:{delay:200,fade:false,showURL:true,extraClass:"",top:15,left
show();track=!!settings(this).track;$(document.body).bind('mousemove',update);update(event);}function save(){if($.tooltip.blocked||this==current||(!this.tooltipText&&!settings(this).bodyHandler))return;current=
helper.url.hide();helper.parent.addClass(settings(this).extraClass);if(settings(this).fixPNG)helper.parent.fixPNG();handle.apply(this,arguments);}function show(){tID=null;if((!IE||!$.fn.bgiframe)&&settings(curr
helper.parent.is(':visible')?helper.parent.fadeTo(settings(current).fade,current.tOpacity):helper.parent.fadeIn(settings(current).fade);}else{helper.parent.show();}update();}function update(event){if($.tooltip.
helper.parent.stop().fadeOut(tsettings.fade,complete);}else
-complete();if(settings(this).fixPNG)helper.parent.unfixPNG();}})(jQuery);
\ No newline at end of file
+complete();if(settings(this).fixPNG)helper.parent.unfixPNG();}})(jQuery);
The version of jquery and fancybox do not work together. The new jenkins comes with jquery 1.11.2 which no longer supports this:
Uncaught TypeError: Cannot read property 'msie' of undefined (anonymous function) @ jquery.fancybox-1.3.4.js?_=1431453685405:29 (anonymous function) @ jquery.fancybox-1.3.4.js?_=1431453685405:1156