diff options
Diffstat (limited to 'public')
-rw-r--r-- | public/javascripts/index.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/public/javascripts/index.js b/public/javascripts/index.js index 3a02367c8..4910e4540 100644 --- a/public/javascripts/index.js +++ b/public/javascripts/index.js | |||
@@ -99,7 +99,6 @@ | |||
99 | 99 | ||
100 | // Remove the video | 100 | // Remove the video |
101 | $remove.on('click', function () { | 101 | $remove.on('click', function () { |
102 | // TODO | ||
103 | if (!confirm('Are you sure ?')) return | 102 | if (!confirm('Are you sure ?')) return |
104 | 103 | ||
105 | removeVideo(video) | 104 | removeVideo(video) |