Skip to content

Commit 64ddb96

Browse files
committed
fixed r/3Dprinting issues
1 parent e4f5b1f commit 64ddb96

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

public/functions.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,8 @@ pjgd.items.forEach((item, index) => {
389389
let g_timgs = '<div class="gallery_thumbs">';
390390
let fakect = ' actv';
391391
for(var singlept in pjmdsorted) {
392-
if(pjmdsorted[singlept]['status'] != 'failed') {
392+
393+
if(pjmdsorted[singlept]['status'] != 'failed' && pjmdsorted[singlept]['status'] != 'unprocessed') {
393394
singleptlink = pjmdsorted[singlept]['s']['u'];
394395
if(typeof singleptlink == "undefined"){ singleptlink = pjmdsorted[singlept]['s']['gif']; }
395396
else {

run.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
$data = str_replace('<!--headhtml-->',$headhtml,$data);
4747

4848

49-
$data = str_replace('</body>','<div class="footer"><a rel="nofollow" href="https://www.buymeacoffee.com/overdevsapps" class="bmac"><img src="bmac.png" width="150" alt="donate"></a><br>If you use rdx for Reddit&reg; please provide <a href="contact.html">Feedback</a> and <a href="https://www.buymeacoffee.com/overdevsapps" rel="nofollow">Donate</a>.<br><br><small><a href="new.html">What\'s new?</a> | <a href="settings.html">Settings</a> | <a href="https://github.com/avadhesh18/rdx/">Star on Github</a> | <a href="https://apps.apple.com/us/app/miai-create-your-ai-friend/id6475200501">Try my AI Chat app</a></small></div> <div id="popitup" style="display:none;">
49+
$data = str_replace('</body>','<div class="footer"><a rel="nofollow" href="https://www.buymeacoffee.com/overdevsapps" class="bmac"><img src="bmac.png" width="150" alt="donate"></a><br>If you use rdx for Reddit&reg; please provide <a href="contact.html">Feedback</a> and <a href="https://www.buymeacoffee.com/overdevsapps" rel="nofollow">Donate</a>.<br><br><small><a href="new.html">What\'s new?</a> | <a href="settings.html">Settings</a> | <a href="https://github.com/avadhesh18/rdx/">Star on Github</a> | <a href="https://apps.apple.com/us/app/miai-create-your-ai-friend/id6475200501">Try My AI Chat app </a></small></div> <div id="popitup" style="display:none;">
5050
<span onclick="document.getElementById(\'popitup\').style.display=\'none\'">Cancel</span>
5151
<div id="helptext"></div><textarea class="cmntarea" id="commentText" placeholder="Write a reply!" required></textarea>
5252
<input id="cmtid" value="" type="hidden"/> <input id="actype" value="" type="hidden"/> <button id="cmntbtn" onclick="apiAction();">Submit</button>

0 commit comments

Comments
 (0)