Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

Commit

Permalink
fix bug 1218448 - no need to JSON.parse data
Browse files Browse the repository at this point in the history
  • Loading branch information
groovecoder committed Oct 28, 2015
1 parent f3cee25 commit 3e4ac84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kuma/static/js/wiki.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,6 @@
}).done(function(data) {

var message;
data = JSON.parse(data);
if(Number(data.status) === 1) {
$link.text($link.data('unsubscribe-text'));
message = $link.data('subscribe-message');
Expand Down

0 comments on commit 3e4ac84

Please sign in to comment.