Skip to content
Snippets Groups Projects
Commit a8e5e7b7 authored by Vesa Lappalainen's avatar Vesa Lappalainen :bicyclist:
Browse files

getData

parent debb97a0
No related branches found
No related tags found
No related merge requests found
......@@ -19,11 +19,9 @@
</head>
<body>
<div id="container">
<p>
<label id="label" for="word">Anna sana:</label>
<input id="word" type="text" name="word">
<span id="icon"></span>
</p>
</div>
<script>
function onInit() {
......@@ -44,7 +42,7 @@ function saveData(data) {
function getData() {
return { c: { text: `${window.hullu.counterLeft.value};${window.hullu.counter.value}` } };
return window.pali.getData();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment