minor fix to generation UI
This commit is contained in:
parent
0b567fe3a9
commit
0072386666
3 changed files with 0 additions and 7857 deletions
0
res.html
0
res.html
7853
sampleobj.json
7853
sampleobj.json
File diff suppressed because it is too large
Load diff
|
@ -30,7 +30,6 @@
|
|||
|
||||
<button value="generate">Generate</button>
|
||||
</form>
|
||||
<div id="warnings"></div>
|
||||
<br>
|
||||
<br>
|
||||
<label>Use this markup in your HTML: <br><textarea id="result" placeholder="result will go here"></textarea></label>
|
||||
|
@ -60,9 +59,6 @@ window.genUrl = function genUrl(){
|
|||
iframe.src = iframeUrl;
|
||||
iframe.width = val('width');
|
||||
iframe.height = val('height');
|
||||
|
||||
var warnings = (!showBoosts || !showReplies)?"<b>Friendly warning</b>: if you haven't posted lately, we may still show your boosts and/or replies":'';
|
||||
document.getElementById('warnings').innerHTML = warnings;
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
|
|
Reference in a new issue