cleanup: remove title on backup session element

This commit is contained in:
juliandescottes 2017-08-01 00:28:16 +02:00 committed by Julian Descottes
parent 530a949e54
commit da2e9f99e4
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@
}
// Update the hash
// TODO: should only be done after a successfull save.
// TODO: should only be done after a successful save.
this.lastHash = hash;
// Prepare the backup snapshot.

View File

@ -28,7 +28,7 @@
</script>
<script type="text/template" id="session-list-item">
<div class="session-item" title="{{id}}">
<div class="session-item">
<div class="session-details">
<span class="session-details-title">{{name}} {{description}}</span>
<span class="session-details-info">Session recorded {{date}}</span>