Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/whitemagicsoftware.com.git

Add sample

AuthorDave Jarvis <email>
Date2022-08-21 18:28:47 GMT-0700
Commitaa96f27708c7a6512260a3e6f73ad664cef3c4ca
Parent41f81d3
keenquotes/index.php
<input type="submit" value="Curl" />
+ <button type="button" id="sample-button">Sample</button>
<?php
output.className = oldClass;
+});
+
+var sampleButton = document.getElementById( 'sample-button' );
+
+sampleButton.addEventListener( 'click', function( event ) {
+ var source = document.getElementById( 'source' );
+ source.value = "''E's got a 'ittle box 'n a big 'un,' she said, 'wit' th' 'ittle 'un 'bout 2'×6". An' no, y'ain't cryin' on th' \"soap box\" to me no mo, y'hear. 'Cause it 'tweren't ever a spec o' fun!' I says to my frien'.";
});
</script>
Delta8 lines added, 0 lines removed, 8-line increase