fixed typo.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user