Skip to content

Commit

Permalink
Merge pull request #2254 from uccser/dependabot/npm_and_yarn/csunplug…
Browse files Browse the repository at this point in the history
…ged/intro.js-7.2.0

Bump intro.js from 4.3.0 to 7.2.0 in /csunplugged
  • Loading branch information
jimbonothing64 authored Dec 20, 2023
2 parents ded05e4 + 9b8e607 commit 08f1a4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion csunplugged/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"gulp-tap": "2.0.0",
"gulp-terser": "2.1.0",
"gulp": "4.0.2",
"intro.js": "4.3.0",
"intro.js": "7.2.0",
"jquery": "3.7.1",
"multiple-select": "1.7.0",
"pixrem": "5.0.0",
Expand Down
2 changes: 1 addition & 1 deletion csunplugged/static/js/plugging-it-in-walkthrough.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $(document).ready(function () {
}

$("#introjs-walkthrough").click(function() {
intro.start().onbeforechange(function() {
intro.start().onbeforechange(function(_) {
currentElement = $(this._introItems[this._currentStep].element);
node = currentElement.prop('nodeName');
// When looking at a full row of the table, force it to scroll to the far left
Expand Down

0 comments on commit 08f1a4d

Please sign in to comment.