Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Commit

Permalink
Clean up popup.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Cole Bemis committed May 17, 2015
1 parent 609357f commit 0e22723
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,6 @@
<head>
<meta charset="UTF-8">
<title>Tabio</title>

<!--
<link rel="stylesheet" href="bower_components/angular/angular-csp.css">
<link rel="stylesheet" href="css/style.css">
-->

<link rel="stylesheet" href="vendor/angular-csp.css">
<link rel="stylesheet" href="style.css">
Expand Down Expand Up @@ -48,14 +43,6 @@ <h1>{{tab.title}}</h1>
</ul>

<p class="no-matches" ng-show="matches() === 0">No matches found</p>

<!--
<script src="bower_components/jquery/dist/jquery.min.js"></script>
<script src="bower_components/angular/angular.min.js"></script>
<script src="bower_components/Sortable/Sortable.min.js"></script>
<script src="bower_components/Sortable/ng-sortable.js"></script>
<script src="js/app.js"></script>
-->

<script src="vendor/jquery.min.js"></script>
<script src="vendor/angular.min.js"></script>
Expand Down

0 comments on commit 0e22723

Please sign in to comment.