Page 1 of 1

JQuery should packed with WebUI

PostPosted: Wed Jul 18, 2012 9:58 pm
by linnuxxy
In WebUI, index.php make reference to script files which are on the internet


<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script>!window.jQuery && document.write('<script src="http://code.jquery.com/jquery-1.7.1.min.js"><\/script>');</script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.17/jquery-ui.min.js" type="text/javascript"></script>
<link href="http://jquery-ui.googlecode.com/svn/tags/1.8.17/themes/redmond/jquery.ui.all.css" rel="stylesheet" type="text/css" />

This will make the WebUI not functional when the internet is disconnected... I think it should be packed with the WebUI to be access locally !

Re: JQuery should packed with WebUI

PostPosted: Thu Jul 19, 2012 8:41 am
by zip
I suggest you raise a ticket on the project's site or post on its forum here: viewtopic.php?f=17&t=2427