For: *Version 2.2.1 (2012-10-22 18:50:13) stable*
When I uncomment the jQueryUI code in *layout.html*, login / session.auth
fails to work. By "fail", I mean that I login successfully but session.auth
is empty.
<!-- uncomment here to load jquery-ui -->
<link rel="stylesheet"
href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/themes/base/jquery-ui.css"
type="text/css" media="all" />
<script
src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.16/jquery-ui.min.js"
type="text/javascript"></script>
<!-- uncomment to load jquery-ui //-->
I am using this on a new app.
--