Fix minor formatting issues
This commit is contained in:
@@ -20,7 +20,6 @@ angular.module('app.frontend')
|
|||||||
* only used when inside of the text editor.
|
* only used when inside of the text editor.
|
||||||
*/
|
*/
|
||||||
var handleTab = function (event) {
|
var handleTab = function (event) {
|
||||||
|
|
||||||
if (event.which == 9) {
|
if (event.which == 9) {
|
||||||
event.preventDefault();
|
event.preventDefault();
|
||||||
var start = event.target.selectionStart;
|
var start = event.target.selectionStart;
|
||||||
|
|||||||
Reference in New Issue
Block a user