Dave Jarvis' Repositories

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

Fix string literal

Author Dave Jarvis <email>
Date 2022-08-21 18:30:10 GMT-0700
Commit 1604e9ddd5f32c2021d0e5d9a5fb5ea33368cf85
Parent aa96f27
keenquotes/index.php
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'.";
+ 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>
Delta 1 line added, 1 line removed