Skip to content

Commit

Permalink
Merge pull request #55 from mmerriam/develop
Browse files Browse the repository at this point in the history
Potential fix for Delicious addLink error
  • Loading branch information
zmanring committed May 25, 2014
2 parents b5813d2 + ad3c6d4 commit e995264
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/javascripts/popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@
});

controllers.controller('NewLinkCtrl', function ($scope, $location, tab, delicious, analytics) {
$scope.description = tab.title;
$scope.description = tab.title.replace(/[^\x00-\x7F]/g, "");
$scope.header = 'Add link to Delicious';
$scope.myTags = [];
$scope.myTagsLoaded = false;
Expand Down

0 comments on commit e995264

Please sign in to comment.