fix kitchen sink loading
This commit is contained in:
parent
e0aaedaa0d
commit
1a42d8e2b0
1 changed files with 1 additions and 1 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue