Skip to content
Snippets Groups Projects
Commit a7a53d8e authored by Alex Pott's avatar Alex Pott
Browse files

Issue #1999806 by nod_: JSHint tour.

parent 44245212
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -14,7 +14,7 @@ Drupal.behaviors.tour = {
attach: function (context) {
$('body').once('tour', function (index, element) {
var model = new Drupal.tour.models.StateModel();
var view = new Drupal.tour.views.ToggleTourView({
new Drupal.tour.views.ToggleTourView({
el: $(context).find('#toolbar-tab-tour'),
model: model
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment