Skip to content

Commit

Permalink
v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psic4t committed Dec 5, 2014
1 parent 1412b44 commit 20f62b5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<html ng-app="deliciousDashboardApp">
<head>
<meta charset="utf8" />
<title>Delicious Bookmark Dashboard</title>
<title>Delicious Dashboard</title>
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="css/custom.css">

Expand Down
1 change: 1 addition & 0 deletions js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
//var privateKey = "-FynrgFmtek897_Z93-mME6OwS41XnWHOpKs8zXY8sQ=";
var titleLimit = 34;
var deliciousURL = "http://feeds.delicious.com/v2/json/"
//var deliciousURL = "https://api.del.icio.us/v2/json/"

var app = angular.module('deliciousDashboardApp', ['ngRoute','ngStorage'])
.config(function ($routeProvider) {
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"permissions": [
"tabs",
"webNavigation",
"*://delicious.com/"
"http://feeds.delicious.com/"
],
"web_accessible_resources" :[
"index.html",
Expand Down

0 comments on commit 20f62b5

Please sign in to comment.