Skip to content
This repository has been archived by the owner on Apr 19, 2022. It is now read-only.

Commit

Permalink
Missing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Andr3as committed Jan 26, 2016
1 parent 2ca56be commit 75c43ed
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
/*jshint browser:true */
/*
* Copyright (c) Codiad & Andr3as, distributed
* as-is and without warranty under the MIT License.
Expand Down Expand Up @@ -39,6 +40,9 @@
amplify.subscribe('active.onClose', function(path){
_this.deactivateIcons(path);
});
amplify.subscribe('active.onRemoveAll', function(){
_this.deactivateIcons();
});
$('.icon_bar .icon:not(.disabled)').live('click',function(event){
var item = event.target;
if ($(item).hasClass('icon-ccw')) {
Expand Down
5 changes: 5 additions & 0 deletions plugin.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[{ "author" : "Andr3as",
"version": "0.2.0",
"name" : "Iconbar",
"url" : "https://github.com/Andr3as/Codiad-Iconbar"
}]

0 comments on commit 75c43ed

Please sign in to comment.