Skip to content

Commit

Permalink
Merge pull request #494 from knownasilya/remove-tag
Browse files Browse the repository at this point in the history
Remove unused bootstrap-switch & tag
  • Loading branch information
Ilya Radchenko committed Jul 30, 2014
2 parents 3ea2201 + 7ac564a commit f79f2af
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 666 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ test-smoke:
test-unit:
@./node_modules/.bin/mocha -R spec test/unit/test_middleware.js
@./node_modules/.bin/mocha -R spec test/unit/test_ansi.js
@./node_modules/.bin/mocha -R spec test/unit/test_api.js
@./node_modules/.bin/mocha -R spec test/unit/test_config.js
@./node_modules/.bin/mocha -R spec test/unit/test_utils.js

Expand Down
264 changes: 0 additions & 264 deletions public/javascripts/lib/bootstrap-switch.js

This file was deleted.

4 changes: 2 additions & 2 deletions public/javascripts/pages/config.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* global app: true, console: true, md5: true, bootbox: true */
/* global app: true, console: true, md5: true, bootbox: true, ngSortableDirective: true */

;(function () {

Expand Down Expand Up @@ -128,7 +128,7 @@
$('.tab-pane.active').removeClass('active');
$('#' + tab).addClass('active');
$('a[href=#' + tab + ']').tab('show');
};
}

$scope.switchToTab = switchToTab;

Expand Down
Loading

0 comments on commit f79f2af

Please sign in to comment.