diff options
Diffstat (limited to 'public/views/statusbar.html')
-rw-r--r-- | public/views/statusbar.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/public/views/statusbar.html b/public/views/statusbar.html index 24e2eb8e..40822baa 100644 --- a/public/views/statusbar.html +++ b/public/views/statusbar.html @@ -6,7 +6,7 @@ <div class="status-indicators"> <div class="status-length"></div> <div class="status-keymap dropup pull-right"> - <a id="keymapLabel" class="ui-keymap-label text-uppercase" data-target="#" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" title="Click to change keymap"> + <a id="keymapLabel" class="ui-keymap-label text-uppercase" data-toggle="dropdown" role="button" aria-haspopup="true" aria-expanded="false" title="Click to change keymap"> Sublime </a> <ul class="dropdown-menu" aria-labelledby="keymapLabel"> @@ -21,10 +21,10 @@ <input class="indent-width-input hidden" type="number" min="1" max="10" maxlength="2" size="2"> </div> <div class="status-theme"> - <a class="ui-theme-toggle" data-target="#" title="Toggle editor theme"><i class="fa fa-sun-o fa-fw"></i></a> + <a class="ui-theme-toggle" title="Toggle editor theme"><i class="fa fa-sun-o fa-fw"></i></a> </div> <div class="status-spellcheck"> - <a class="ui-spellcheck-toggle" data-target="#" title="Toggle spellcheck"><i class="fa fa-check fa-fw"></i></a> + <a class="ui-spellcheck-toggle" title="Toggle spellcheck"><i class="fa fa-check fa-fw"></i></a> </div> </div> </div>
\ No newline at end of file |