From ef51b60c6481254d88c5fc3c34f4127b7f881a58 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Nov 2012 12:05:40 -0500 Subject: Frontend static/ folder --- .../external/jquery.bgiframe-2.1.2.js | 39 ++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 frontend/static/other_rooms/datepicker/development-bundle/external/jquery.bgiframe-2.1.2.js (limited to 'frontend/static/other_rooms/datepicker/development-bundle/external/jquery.bgiframe-2.1.2.js') diff --git a/frontend/static/other_rooms/datepicker/development-bundle/external/jquery.bgiframe-2.1.2.js b/frontend/static/other_rooms/datepicker/development-bundle/external/jquery.bgiframe-2.1.2.js new file mode 100644 index 0000000..5cd38bb --- /dev/null +++ b/frontend/static/other_rooms/datepicker/development-bundle/external/jquery.bgiframe-2.1.2.js @@ -0,0 +1,39 @@ +/*! Copyright (c) 2010 Brandon Aaron (http://brandonaaron.net) + * Licensed under the MIT License (LICENSE.txt). + * + * Version 2.1.2 + */ + +(function($){ + +$.fn.bgiframe = ($.browser.msie && /msie 6\.0/i.test(navigator.userAgent) ? function(s) { + s = $.extend({ + top : 'auto', // auto == .currentStyle.borderTopWidth + left : 'auto', // auto == .currentStyle.borderLeftWidth + width : 'auto', // auto == offsetWidth + height : 'auto', // auto == offsetHeight + opacity : true, + src : 'javascript:false;' + }, s); + var html = '