mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
Fix relative paths to js files
This commit is contained in:
parent
daf57e6f98
commit
25c2372a50
Notes:
Gabriel Wicke
2012-02-27 16:40:01 +00:00
|
@ -10,8 +10,8 @@
|
|||
border: solid 1px;
|
||||
}
|
||||
</style>
|
||||
<script src="../modules/jquery/jquery.js"></script>
|
||||
<script src="../modules/rangy/rangy-core.js"></script>
|
||||
<script src="../../modules/jquery/jquery.js"></script>
|
||||
<script src="../../modules/rangy/rangy-core.js"></script>
|
||||
<script src="playground.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue