Skip to content
This repository was archived by the owner on Jun 9, 2021. It is now read-only.

Commit 3ae702f

Browse files
committed
Correcting deletion of buttons on repo level #130
1 parent 067014d commit 3ae702f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ define('plugin/prnfb/utils', [
232232
var uuid = $(formSelector).find('[name=uuid]').val();
233233
if (uuid) {
234234
$.ajax({
235-
url: restResource + '/' + uuid,
235+
url: postUrl + '/' + uuid,
236236
type: 'DELETE',
237237
success: function(result) {
238238
populateSelect();

0 commit comments

Comments
 (0)