1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-10-18 06:56:07 +02:00

refactor: change id of saved item count el

This commit is contained in:
Kushagra Gour
2017-03-12 01:15:33 +05:30
parent 8cc473ed3a
commit 7d34b2a664
2 changed files with 5 additions and 5 deletions

View File

@@ -471,7 +471,7 @@
<button class="btn saved-items-pane__close-btn" id="js-saved-items-pane-close-btn">X</button>
<div class="flex flex-v-center" style="justify-content: space-between;">
<h3>My Library <span id="savedItemCount"></span></h3>
<h3>My Library <span id="savedItemCountEl"></span></h3>
<div class="main-header__btn-wrap">
<a d-click="exportItems" href="" class="btn btn-icon">Export
</a>