mirror of
https://github.com/piskelapp/piskel.git
synced 2023-08-10 21:12:52 +03:00
cleanup: remove title on backup session element
This commit is contained in:
parent
530a949e54
commit
da2e9f99e4
@ -44,7 +44,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Update the hash
|
// Update the hash
|
||||||
// TODO: should only be done after a successfull save.
|
// TODO: should only be done after a successful save.
|
||||||
this.lastHash = hash;
|
this.lastHash = hash;
|
||||||
|
|
||||||
// Prepare the backup snapshot.
|
// Prepare the backup snapshot.
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script type="text/template" id="session-list-item">
|
<script type="text/template" id="session-list-item">
|
||||||
<div class="session-item" title="{{id}}">
|
<div class="session-item">
|
||||||
<div class="session-details">
|
<div class="session-details">
|
||||||
<span class="session-details-title">{{name}} {{description}}</span>
|
<span class="session-details-title">{{name}} {{description}}</span>
|
||||||
<span class="session-details-info">Session recorded {{date}}</span>
|
<span class="session-details-info">Session recorded {{date}}</span>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user