mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-24 22:34:24 +02:00
js: Remove redundant vendor libraries
This commit is contained in:
parent
b6c89bc863
commit
23590c5e20
51
public/js/vendor/SOURCE.jquery.tipsy
vendored
51
public/js/vendor/SOURCE.jquery.tipsy
vendored
@ -1,51 +0,0 @@
|
||||
jquery.tipsy.js SOURCE
|
||||
======================
|
||||
|
||||
This file contains information about how to acquire and install the source files for jquery.tipsy
|
||||
|
||||
|
||||
# version
|
||||
|
||||
1.0.0a
|
||||
|
||||
|
||||
# license
|
||||
|
||||
MIT license
|
||||
|
||||
|
||||
# used files
|
||||
|
||||
src/javascript/tipsy.css
|
||||
src/javascript/jquery.tipsy.js
|
||||
|
||||
|
||||
# source
|
||||
|
||||
https://github.com/jaz303/tipsy.git
|
||||
|
||||
|
||||
# apply hotfix (firefox SVG bound calculation)
|
||||
|
||||
--- jquery.tipsy.js
|
||||
+++ jquery.tipsy.js
|
||||
@@ -34,8 +34,8 @@
|
||||
$tip.remove().css({top: 0, left: 0, visibility: 'hidden', display: 'block'}).prependTo(document.body);
|
||||
|
||||
var pos = $.extend({}, this.$element.offset(), {
|
||||
- width: this.$element[0].offsetWidth,
|
||||
- height: this.$element[0].offsetHeight
|
||||
+ width: this.$element[0].offsetWidth || this.$element[0].getBoundingClientRect().width,
|
||||
+ height: this.$element[0].offsetHeight || this.$element[0].getBoundingClientRect().height
|
||||
});
|
||||
|
||||
var actualWidth = $tip[0].offsetWidth,
|
||||
|
||||
|
||||
# installation
|
||||
|
||||
mv src/javascript/tipsy.css ICINGAWEB/public/css/vendor/tipsy.css
|
||||
mv src/javascript/jquery.tipsy.js ICINGAWEB/public/js/vendor/jquery.tipsy.js
|
||||
uglifyjs src/javascript/jquery.tipsy.js ICINGAWEB/public/js/vendor/jquery.tipsy.min.js
|
||||
|
||||
|
1
public/js/vendor/jquery-1.11.0.min.map
vendored
1
public/js/vendor/jquery-1.11.0.min.map
vendored
File diff suppressed because one or more lines are too long
9111
public/js/vendor/jquery-2.1.0.js
vendored
9111
public/js/vendor/jquery-2.1.0.js
vendored
File diff suppressed because it is too large
Load Diff
4
public/js/vendor/jquery-2.1.0.min.js
vendored
4
public/js/vendor/jquery-2.1.0.min.js
vendored
File diff suppressed because one or more lines are too long
1
public/js/vendor/jquery-2.1.0.min.map
vendored
1
public/js/vendor/jquery-2.1.0.min.map
vendored
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user