Lines 47-53
function confirm_deletion(id) {
Link Here
|
47 |
+ "&excluding=[% excluding | html %]" |
47 |
+ "&excluding=[% excluding | html %]" |
48 |
+ "&operator=[% operator | html %]" |
48 |
+ "&operator=[% operator | html %]" |
49 |
+ "&orderby=[% orderby | html %]" |
49 |
+ "&orderby=[% orderby | html %]" |
50 |
+ "&value=[% value |url %]" |
50 |
+ "&value=[% value |uri %]" |
51 |
+ "&startfrom=[% startfrom | html %]" |
51 |
+ "&startfrom=[% startfrom | html %]" |
52 |
+ "&resultsperpage=[% resultsperpage | html %]" |
52 |
+ "&resultsperpage=[% resultsperpage | html %]" |
53 |
+ "&csrf_token=[% csrf_token | html %]"; |
53 |
+ "&csrf_token=[% csrf_token | html %]"; |
54 |
- |
|
|