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 = {
|
var pd = {
|
||||||
version: '1.4.6',
|
version: '1.4.7',
|
||||||
bookmarkver: '1.2',
|
bookmarkver: '1.2',
|
||||||
init : function() {
|
init : function() {
|
||||||
pd.checks.versions();
|
pd.checks.versions();
|
||||||
|
|
@ -501,7 +501,7 @@ var pd = {
|
||||||
method: 'post',
|
method: 'post',
|
||||||
data: {
|
data: {
|
||||||
thing_id: item.data.name,
|
thing_id: item.data.name,
|
||||||
text: pd.task.editText,
|
text: pd.task.config.editText,
|
||||||
id: '#form-'+item.data.name,
|
id: '#form-'+item.data.name,
|
||||||
r: item.data.subreddit,
|
r: item.data.subreddit,
|
||||||
uh: pd.config.uh,
|
uh: pd.config.uh,
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue