Skip to content

Commit

Permalink
فاکتور گرفتن از ساب با شناسه CF
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Mar 31, 2024
1 parent 9e03d65 commit 4134b85
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/js/script.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ window.addEventListener('load', function() {
return response.json();
})
.then(data => {
let locationPaths = data.filter(item => !item.path.includes("XX"));
let locationPaths = data.filter(item => !item.path.includes("XX") && !item.path.includes("CF"));
locationPaths = locationPaths.map(item => item.name);
localStorage.setItem('locationData', locationPaths);
localStorage.setItem('locationDataTime', Date.now());
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h4 class="modal-title dirLeft">QRCode</h4>
</div>-->
<script src="./assets/js/jquery.min.js"></script>
<script src="./assets/js/bootstrap.min.js"></script>
<script src="./assets/js/script.js?v1.3"></script>
<script src="./assets/js/script.js?v1.3.1"></script>
<script async defer src="https://buttons.github.io/buttons.js"></script>
</footer>
</div>
Expand Down

0 comments on commit 4134b85

Please sign in to comment.