Add eject, more context icons, fix some HTML issues, update jquery

git-svn-id: file:///root/webif/svn/humax/pkg/src/webif/trunk@2090 2a923420-c742-0410-a762-8d5b09965624
This commit is contained in:
hummypkg
2014-12-29 22:28:51 +00:00
parent fcb036801e
commit 5d0939d8de
28 changed files with 326 additions and 103 deletions

View File

@@ -49,6 +49,11 @@ fi
/mod/webif/lib/bin/diskattrs
#/mod/webif/lib/bin/resetnew
# Remove hook script placed by the legacy rt3070 package which does not work
# with CFW >= 3.00
hook=/mod/boot/xinit.d/rt3070
[ -f $hook ] && rm -f $hook
[ -f $tmpf ] && rm -f $tmpf
exit 0