summaryrefslogtreecommitdiff
path: root/js/clipboard.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-02-12 12:26:52 -0500
committerJules Laplace <jules@okfoc.us>2015-02-12 12:26:52 -0500
commit9a525a25fdb43bc1be866d8b4a50afee7b384c59 (patch)
tree5f56afa4af726fb3dc9e7a7f011340465bf50f42 /js/clipboard.js
parent43b82e648535b3e919443b9778f3f9f4e3c11675 (diff)
kenny logginz
Diffstat (limited to 'js/clipboard.js')
-rw-r--r--js/clipboard.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/clipboard.js b/js/clipboard.js
index 535e333..66df875 100644
--- a/js/clipboard.js
+++ b/js/clipboard.js
@@ -116,11 +116,8 @@ var clipboard = (function () {
import_text: function () {
var data = import_textarea.value
lines = data.split("\n")
- console.log(data)
- console.log(lines)
var width = lines.reduce(function(a,b){ console.log(a,b); return Math.max(a, b.length) }, 0)
var height = lines.length
-console.log(width, height)
if (width > 200) {
return alert("input too wide")
}