Renommage projet en Pitaya
This commit is contained in:
@ -1,12 +1,12 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Lanceur - Papaye</title>
|
||||
<title>Lanceur - Pitaya</title>
|
||||
<link rel="stylesheet" href="css/style.css" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<!-- Application root element -->
|
||||
<div id="papaye"></div>
|
||||
<div id="pitaya"></div>
|
||||
|
||||
<!-- Templates -->
|
||||
<script id="items-list-tpl" type="text/x-template">
|
||||
@ -26,7 +26,7 @@
|
||||
|
||||
<!-- Application bootstrapping -->
|
||||
<script type="text/javascript">
|
||||
Papaye.start('#papaye')
|
||||
Pitaya.start('#pitaya')
|
||||
.then(function() {
|
||||
console.info('Application started.');
|
||||
})
|
||||
|
Reference in New Issue
Block a user