[FFmpeg-devel] [PATCH 3/3] web/download.js: Detab

Timothy Gu timothygu99 at gmail.com
Sun Nov 16 06:26:10 CET 2014


Also fix the indentation of a line.

Signed-off-by: Timothy Gu <timothygu99 at gmail.com>
---
 htdocs/js/download.js | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/htdocs/js/download.js b/htdocs/js/download.js
index b4807b5..30e26a2 100644
--- a/htdocs/js/download.js
+++ b/htdocs/js/download.js
@@ -1,16 +1,16 @@
 
 $(document).ready(function() {
-	$('#build-windows').removeClass('active');
-	$('#build-mac').removeClass('active');
+    $('#build-windows').removeClass('active');
+    $('#build-mac').removeClass('active');
 
-	var f = function (e) {
-	    e.preventDefault()
-	    $(this).tab('show')
-	};
-	$('a[href="#build-linux"]').hover(f);
-	$('a[href="#build-windows"]').hover(f);
-	$('a[href="#build-mac"]').hover(f);
+    var f = function (e) {
+        e.preventDefault()
+        $(this).tab('show')
+    };
+    $('a[href="#build-linux"]').hover(f);
+    $('a[href="#build-windows"]').hover(f);
+    $('a[href="#build-mac"]').hover(f);
 
-	$("#get-sources").height($("#get-packages").height());
-	$("#get-packages").height($("#get-packages").height());
-    });
+    $("#get-sources").height($("#get-packages").height());
+    $("#get-packages").height($("#get-packages").height());
+});
-- 
1.9.1



More information about the ffmpeg-devel mailing list