Skip to content

Commit

Permalink
change: loading gif disabled for card ui
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmanlk committed Feb 4, 2020
1 parent ff5583c commit 3d5474f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="xyz.navinda.ceylonnews" version="6.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="xyz.navinda.ceylonnews" version="6.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Ceylon News</name>
<description>
Free &amp; easy to use Sinhala news reader.
Expand Down
2 changes: 1 addition & 1 deletion www/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const appendToNewsList = (newsList) => {
if (settings["st-news-list-card-ui"]) {
$("#ul-news-list").append(`
<ons-card class="news-list-card" id="${news.id}" onclick="loadNewsPost('${news.id}')">
<img id="img${news.id}" src="./img/loading.gif" style="width: 100%">
<img id="img${news.id}" src="" style="width: 100%">
<div class="title news-list-card-title">
${news.title}
</div>
Expand Down

0 comments on commit 3d5474f

Please sign in to comment.