Skip to content

Commit 5f0c625

Browse files
rebuild
1 parent 0001597 commit 5f0c625

File tree

4 files changed

+10
-11
lines changed

4 files changed

+10
-11
lines changed

online/js/bundle.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30378,7 +30378,7 @@ function dropdowns () {
3037830378
trackCheckbox(form.validate.spec);
3037930379

3038030380
// Change the button text whenever a new method is selected
30381-
form.method.menu.find("a").on("click", (event) => {
30381+
form.method.menu.find("a").on("click", function (event) {
3038230382
form.method.menu.dropdown("toggle");
3038330383
event.stopPropagation();
3038430384
let methodName = $(this).data("value");
@@ -30698,7 +30698,6 @@ function toText (obj) {
3069830698
},{"./form":211}],211:[function(require,module,exports){
3069930699
"use strict";
3070030700

30701-
const SwaggerParser = require("../../../");
3070230701
const jsYAML = require("js-yaml");
3070330702

3070430703
module.exports = form;
@@ -30820,7 +30819,7 @@ form.getAPI = function () {
3082030819
}
3082130820
};
3082230821

30823-
},{"../../../":1,"js-yaml":72}],212:[function(require,module,exports){
30822+
},{"js-yaml":72}],212:[function(require,module,exports){
3082430823
"use strict";
3082530824

3082630825
const form = require("./form");

online/js/bundle.js.map

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

online/js/bundle.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

online/js/bundle.min.js.map

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)