# HG changeset patch # User Florian Zeitz # Date 1326396376 -3600 # Node ID f0ef6e285d697a99eafdeeb101ca606c8fdf9b6d # Parent 0afe88f9bddeaa5618065091a3ba4dd929548f30 mod_adhoc_web: fade instead of scrolling diff -r 0afe88f9bdde -r f0ef6e285d69 mod_admin_web/admin_web/get_deps.sh --- a/mod_admin_web/admin_web/get_deps.sh Tue Jan 10 20:55:45 2012 +0000 +++ b/mod_admin_web/admin_web/get_deps.sh Thu Jan 12 20:26:16 2012 +0100 @@ -3,5 +3,5 @@ STROPHE_VERSION="1.0.2" cd www_files/js test -e jquery-$JQUERY_VERSION.min.js || wget http://code.jquery.com/jquery-$JQUERY_VERSION.min.js -test -e adhoc.js || wget http://cgit.babelmonkeys.de/cgit.cgi/adhocweb/plain/js/adhoc.js +test -e adhoc.js || wget -O adhoc.js "http://cgit.babelmonkeys.de/cgit.cgi/adhocweb/plain/js/adhoc.js?id=e55b23864a9911c15d930b43ed9afe1df5943bf7" test -e strophe.min.js || (wget https://github.com/downloads/metajack/strophejs/strophejs-$STROPHE_VERSION.tar.gz && tar xzf strophejs-$STROPHE_VERSION.tar.gz strophejs-$STROPHE_VERSION/strophe.min.js --strip-components=1 && rm strophejs-$STROPHE_VERSION.tar.gz) diff -r 0afe88f9bdde -r f0ef6e285d69 mod_admin_web/admin_web/www_files/index.html --- a/mod_admin_web/admin_web/www_files/index.html Tue Jan 10 20:55:45 2012 +0000 +++ b/mod_admin_web/admin_web/www_files/index.html Thu Jan 12 20:26:16 2012 +0100 @@ -19,9 +19,9 @@