[Pkg-voip-commits] [janus] 147/282: Fixed typo in SIPre demo and the navigation bar

Jonas Smedegaard dr at jones.dk
Wed Dec 20 21:53:36 UTC 2017


This is an automated email from the git hooks/post-receive script.

js pushed a commit to annotated tag debian/0.2.6-1
in repository janus.

commit 63d7ea37ebba5d40ddc4bc374210814c26537e92
Author: Lorenzo Miniero <lminiero at gmail.com>
Date:   Mon Oct 23 19:15:39 2017 +0200

    Fixed typo in SIPre demo and the navigation bar
---
 html/sipretest.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/html/sipretest.html b/html/sipretest.html
index ed222c3..f5852b5 100644
--- a/html/sipretest.html
+++ b/html/sipretest.html
@@ -18,7 +18,7 @@
 	$(function() {
 		$(".navbar-static-top").load("navbar.html", function() {
 			$(".navbar-static-top li.dropdown").addClass("active");
-			$(".navbar-static-top a[href='siptest.html']").parent().addClass("active");
+			$(".navbar-static-top a[href='sipretest.html']").parent().addClass("active");
 		});
 		$(".footer").load("footer.html");
 	});

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-voip/janus.git



More information about the Pkg-voip-commits mailing list