output to screen, not console

This commit is contained in:
Iam Naughton Phier 2014-08-06 17:24:27 +03:00
parent dcadf74d55
commit b613205970
5 changed files with 59 additions and 9 deletions

View file

@ -128,7 +128,12 @@ edit button.
@.data.location = event.target.value
$('#listsave').button {icons: {primary:"ui-icon-disk"}}
.click =>
$('#sahlioutput').text dumpjson @.data
$('#dumparea').show 100
console.log dumpjson @.data
$('#closespan').click ->
$(@parentElement.parentElement).hide()
$('#sahlioutput').text ''
You need to save the order, and extract these in that order; moving around