mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
fix: links should not be absolutes
This commit is contained in:
+4
-4
@@ -5,12 +5,12 @@
|
||||
<title>Odoo Web Lab Playground</title>
|
||||
<link rel="icon" href="data:,">
|
||||
|
||||
<script src="/libs/ace.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="/libs/owl.js"></script>
|
||||
<script src="libs/ace.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="libs/owl.js"></script>
|
||||
|
||||
<!-- Application JS/CSS -->
|
||||
<link rel="stylesheet" href="/playground.css">
|
||||
<script type="module" src="/src/playground.js"></script>
|
||||
<link rel="stylesheet" href="playground.css">
|
||||
<script type="module" src="src/playground.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
|
||||
<script src="/libs/owl.js"></script>
|
||||
<script src="libs/owl.js"></script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
Reference in New Issue
Block a user