reduced dependencies of utils

This commit is contained in:
azivner
2018-03-25 21:29:35 -04:00
parent ac1b06967f
commit d3316cd09c
17 changed files with 93 additions and 85 deletions

View File

@@ -1,6 +1,7 @@
import noteDetailService from '../services/note_detail.js';
import utils from '../services/utils.js';
import server from '../services/server.js';
import infoService from "../services/info.js";
const $dialog = $("#labels-dialog");
const $saveLabelsButton = $("#save-labels-button");
@@ -91,7 +92,7 @@ function LabelsModel() {
addLastEmptyRow();
utils.showMessage("Labels have been saved.");
infoService.showMessage("Labels have been saved.");
noteDetailService.loadLabelList();
};