Finished removed lines display
All checks were successful
Cooperate Cleaner Build / build-app (push) Successful in 46s
All checks were successful
Cooperate Cleaner Build / build-app (push) Successful in 46s
This commit is contained in:
parent
a992300212
commit
7409f48e51
@ -9,7 +9,7 @@
|
||||
Back
|
||||
</button>
|
||||
</div>
|
||||
<section class="py-5">
|
||||
<section class="py-3">
|
||||
<div class="container text-center">
|
||||
<h1 class="display-4"><strong>Singleline Converter</strong></h1>
|
||||
<p class="lead mb-3">Enter your text, convert, done</p>
|
||||
@ -25,6 +25,7 @@
|
||||
<div class="visually-hidden" id="output-container-div">
|
||||
<h2 class="mt-5">Output:</h2>
|
||||
<textarea class="form-control w-100" rows="10" id="output-textarea"></textarea>
|
||||
<p class="py-1"><span id="rm-count">XX</span> line breaks removed.</p>
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
@ -18,6 +18,7 @@
|
||||
console.log(outputText);
|
||||
$("#output-textarea").val(outputText);
|
||||
$("#output-container-div").removeClass("visually-hidden");
|
||||
$("#rm-count").text(matchCount);
|
||||
await Neutralino.clipboard.writeText(outputText);
|
||||
}
|
||||
})();
|
Loading…
x
Reference in New Issue
Block a user