mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-20 06:29:53 +01:00
Correct resource paths.
This commit is contained in:
parent
86d6dde42f
commit
65ad9da155
1 changed files with 2 additions and 2 deletions
|
@ -204,8 +204,8 @@
|
|||
<script type="text/javascript" >
|
||||
var clientVars = {};
|
||||
(function () {
|
||||
require.setRootURI("../javascripts/src/");
|
||||
require.setLibraryURI("../javascripts/lib/");
|
||||
require.setRootURI("../../javascripts/src/");
|
||||
require.setLibraryURI("../../javascripts/lib/");
|
||||
require.setGlobalKeyPath("require");
|
||||
require('/timeslider').init();
|
||||
|
||||
|
|
Loading…
Reference in a new issue