Skip to content

Commit

Permalink
Version 1.4.7
Browse files Browse the repository at this point in the history
Ugh. One level wrong on the edit text. This will fix everyone trying to edit.
  • Loading branch information
j0be authored Mar 26, 2018
1 parent 1a8e631 commit 4032baa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions powerdeletesuite.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var pd = {
version: '1.4.6',
version: '1.4.7',
bookmarkver: '1.2',
init : function() {
pd.checks.versions();
Expand Down Expand Up @@ -501,7 +501,7 @@ var pd = {
method: 'post',
data: {
thing_id: item.data.name,
text: pd.task.editText,
text: pd.task.config.editText,
id: '#form-'+item.data.name,
r: item.data.subreddit,
uh: pd.config.uh,
Expand Down

0 comments on commit 4032baa

Please sign in to comment.