| 114 |
["restore", "restore.php"], |
["restore", "restore.php"], |
| 115 |
["excerption", "set_excerption.php"], |
["excerption", "set_excerption.php"], |
| 116 |
["ontop", "set_ontop.php"], |
["ontop", "set_ontop.php"], |
| 117 |
["lock", "lock.php"], |
["lock", "article_service_lock.php"], |
| 118 |
["transship", "set_transship.php"], |
["transship", "set_transship.php"], |
| 119 |
]); |
]); |
| 120 |
|
|
| 172 |
|
|
| 173 |
function move_article(sid) |
function move_article(sid) |
| 174 |
{ |
{ |
| 175 |
instance.post('move_article.php', { |
instance.post('article_service_move.php', { |
| 176 |
id: <?= $result_set["data"]["id"]; ?>, |
id: <?= $result_set["data"]["id"]; ?>, |
| 177 |
sid: sid, |
sid: sid, |
| 178 |
}) |
}) |