Private GIT

Skip to content
Snippets Groups Projects
Commit ede668d1 authored by Jonathon Saine's avatar Jonathon Saine
Browse files

Removed unneeded #.

parent 05afa787
Branches
Tags
No related merge requests found
...@@ -46,7 +46,7 @@ Manage episodes with status <select name="whichStatus"> ...@@ -46,7 +46,7 @@ Manage episodes with status <select name="whichStatus">
Set checked shows/episodes to <select name="newStatus"> Set checked shows/episodes to <select name="newStatus">
#set $statusList = [$common.SKIPPED, $common.WANTED, $common.ARCHIVED, $common.IGNORED] #set $statusList = [$common.SKIPPED, $common.WANTED, $common.ARCHIVED, $common.IGNORED]
#if $int($whichStatus) in $statusList #if $int($whichStatus) in $statusList
#$statusList.remove($int($whichStatus)) $statusList.remove($int($whichStatus))
#end if #end if
#for $curStatus in $statusList: #for $curStatus in $statusList:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment