fixed typo.

This commit is contained in:
Claus
2019-08-26 13:29:54 +02:00
parent 66ba6f51da
commit c3e99205de
2 changed files with 4 additions and 6 deletions

View File

@@ -22,13 +22,12 @@ function MainController($scope, $location, appState, treeService, notificationsS
$scope.login = {};
$scope.tabbingActive = false;
// Load TinyMCE Assets ahead of time in the background for the user
// To help woth first load of the RTE
// Load TinyMCE assets ahead of time in the background for the user
// To help with first load of the RTE
tinyMceAssets.forEach(function (tinyJsAsset) {
assetsService.loadJs(tinyJsAsset, $scope);
});
// There are a number of ways to detect when a focus state should be shown when using the tab key and this seems to be the simplest solution.
// For more information about this approach, see https://hackernoon.com/removing-that-ugly-focus-ring-and-keeping-it-too-6c8727fefcd2
function handleFirstTab(evt) {