Skip to content

Commit

Permalink
Ops..
Browse files Browse the repository at this point in the history
  • Loading branch information
diegocr committed Mar 21, 2014
1 parent c8ae792 commit a3abe42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ecleaner/ecleaner.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ let ecleaner = {};

function duc(u) {
try {
return decodeURIComponent(dl.uri);
return decodeURIComponent(u);
} catch(e) {}
return u;
}
Expand Down

0 comments on commit a3abe42

Please sign in to comment.