Skip to content
This repository was archived by the owner on Feb 21, 2020. It is now read-only.

Commit 362327f

Browse files
author
sebba
committed
Update main.js
Code cleaner
1 parent cb06120 commit 362327f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/Toolbar/main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ define(function (require, exports, module) {
5151

5252
module.exports.load = function(){
5353

54-
//ExtensionUtils.loadStyleSheet(module, "./css/toolbar.css");
54+
ExtensionUtils.loadStyleSheet(module, "./css/toolbar.css");
5555

5656
$('.buttons').html(toolbar_top_html);
5757
$('.bottom-buttons').html(toolbar_bottom_html);
@@ -103,4 +103,4 @@ define(function (require, exports, module) {
103103
//console.log(btnid+' clicked');
104104
}
105105
}
106-
});
106+
});

0 commit comments

Comments
 (0)