fix kitchen sink loading

This commit is contained in:
Fabian Jakobs 2011-11-25 18:45:43 +01:00
commit 1a42d8e2b0

View file

@ -188,7 +188,7 @@
<!-- DEVEL-->
<script type="text/javascript">
var require = {
baseUrl: "/" + window.location.pathname.split("/").slice(0, -1).join("/"),
baseUrl: window.location.protocol + "//" + window.location.host + window.location.pathname.split("/").slice(0, -1).join("/"),
paths: {
ace: "lib/ace"
}