Skip to content

Commit

Permalink
Remove javascript:prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
caleeli committed Aug 21, 2024
1 parent 4238657 commit af1a050
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/task.vue
Original file line number Diff line number Diff line change
Expand Up @@ -780,13 +780,13 @@ export default {
*/
handleRedirect(data) {
switch (data.method) {
case 'javascript:redirectToTask':
case 'redirectToTask':
this.handleRedirectToTask(data);
break;
case 'javascript:processUpdated':
case 'processUpdated':
this.handleProcessUpdated(data);
break;
case 'javascript:processCompletedRedirect':
case 'processCompletedRedirect':
this.processCompletedRedirect(
data.params[0],
this.userId,
Expand Down

0 comments on commit af1a050

Please sign in to comment.