]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
Fix javascript error (typo) spotted by andyb2000
authorDave Chapman <dave@dchapman.com>
Thu, 3 Jan 2013 16:21:58 +0000 (16:21 +0000)
committerDave Chapman <dave@dchapman.com>
Thu, 3 Jan 2013 16:21:58 +0000 (16:21 +0000)
src/webui/static/app/dvr.js

index 80be21a6042b39a8bbb0d5dedc752876190a471b..564eab3a51f1c715fa4d1ecfbbdefa2e24ce5bab 100644 (file)
@@ -129,7 +129,6 @@ tvheadend.dvrDetails = function(entry) {
 
                        success : function(response, options) {
                                win.close();
-                               v
                        },
 
                        failure : function(response, options) {