Skip to content

Commit

Permalink
Update tooltipster to version 4.0 #8
Browse files Browse the repository at this point in the history
* Pulled tooltipster 4.0 css and js files into repo
* Changed version numbers in build config and examples to match 4.0
* Fixed ba-bbq this -> window to load that dependency correctly
  • Loading branch information
styczynski committed Dec 20, 2017
1 parent d4a2f37 commit c6b9fc2
Show file tree
Hide file tree
Showing 5 changed files with 4,666 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bin/webpack.common.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ module.exports = function(PATHS, currentEnv) {
'ba-bbq': path.resolve(PATHS.vendor, 'jquery.ba-bbq-1.2.1.js'),
'colResizable': path.resolve(PATHS.vendor, 'jquery.colResizable-1.3.min.js'),
'texttext': path.resolve(PATHS.vendor, 'jquery.textext.1.3.1.js'),
'tooltipster': path.resolve(PATHS.vendor, 'jquery.tooltipster.2.1.js'),
'tooltipster': path.resolve(PATHS.vendor, 'jquery.tooltipster.4.0.js'),
'jquery-migrate': path.resolve(PATHS.vendor, 'jquery-migrate-1.1.0.js'),
'jquery-ui': path.resolve(PATHS.vendor, 'jquery-ui-1.10.1.custom.js'),
'jquery-1.9.1': path.resolve(PATHS.vendor, 'jquery-1.9.1.js'),
Expand Down
2 changes: 1 addition & 1 deletion examples/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


<link rel="stylesheet" href="../jquery-ui-theme/jquery-ui-1.10.1.custom.css">
<link rel="stylesheet" href="../jquery-ui-theme/tooltipster.css">
<link rel="stylesheet" href="../jquery-ui-theme/tooltipster.4.0.css">
<link rel="stylesheet" href="../lib/jquery-usos.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">

Expand Down
Loading

0 comments on commit c6b9fc2

Please sign in to comment.