qless web UI has no reason to depend on an access to the Internet to work, so any reference to online resources should be avoided. I spotted at least two of them: ``` javascript <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script> ... <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script> ``` Note that this is not just for the sake of being peculiar, I indeed don't have Internet access on the machine where I installed it.