Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Jesús Ángel committed Sep 3, 2018
1 parent cd48868 commit 4ca9ed5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions public/controllers/dev-tools/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ class DevToolsController {
} catch(error) {
affectedGroups.push(item.requestText);
const msg = this.$document[0].createElement("div");
msg.id = new Date().getTimDevToolsControllere()/1000;
msg.id = new Date().getTime()/1000;
const icon = msg.appendChild(this.$document[0].createElement("div"));

icon.className = "lint-error-icon";
Expand Down Expand Up @@ -319,4 +319,4 @@ class DevToolsController {
}

// Logs controller
app.controller('devToolsController', DevToolsController);
app.controller('devToolsController', DevToolsController);

0 comments on commit 4ca9ed5

Please sign in to comment.