Skip to content

Commit

Permalink
Remove ConcreteHelpLauncher
Browse files Browse the repository at this point in the history
  • Loading branch information
mlocati committed Apr 8, 2020
1 parent 1245b50 commit b5940b1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 28 deletions.
5 changes: 1 addition & 4 deletions assets/cms/js/help/guide-manager.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* jshint unused:vars, undef:true, browser:true, jquery:true */
/* global ConcreteHelpLauncher, Tour, CCM_REL */
/* global Tour, CCM_REL */

;(function(global, $) {
'use strict';
Expand All @@ -24,9 +24,6 @@
},

enterToolbarGuideMode: function() {
// if help notification is active, hide it
ConcreteHelpLauncher.close();

this.showOverlay();
this.raiseToolbar();
},
Expand Down
2 changes: 1 addition & 1 deletion assets/cms/js/help/help.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import 'bootstrap-tourist'
import './launcher'

import './guide-manager'

import './guides/add-content'
Expand Down
23 changes: 0 additions & 23 deletions assets/cms/js/help/launcher.js

This file was deleted.

0 comments on commit b5940b1

Please sign in to comment.