Version 1.4.7
Ugh. One level wrong on the edit text. This will fix everyone trying to edit.
This commit is contained in:
parent
3dbf8dbabc
commit
f1844f6554
1 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
var pd = {
|
||||
version: '1.4.6',
|
||||
version: '1.4.7',
|
||||
bookmarkver: '1.2',
|
||||
init : function() {
|
||||
pd.checks.versions();
|
||||
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue