Improve the way we init the view. The data loader send a "loaded" event, hooked by the scene.py and initializing the backbone.history and the view.
We don't use redraw_active in save-once and full-json, because it was making the view initialization dependent of these file which are externals.
Small fix to hide the "set saved view" button when there is only one view.
<div class='row'>
<h3>Confirm the deletion of the renkan with title '<?php echo($renkan['title']); ?>'</h3>
</div>
<div class='row renkandel-buttons'>
<div class="large-12 column"><form action='<?php echo($self_url)?>' method='POST'><input type='hidden' name='renkanId' value='<?php echo($renkan['id']); ?>'/><button type='submit'>Yes</button></form>
<form action='index.php' method='GET'><button type='submit'>No</button></form></div>
</div>