Remove the "Copy" code, it's been replaced by "to hash".
authorRobert Konigsberg <konigsberg@gmail.com>
Sat, 29 Dec 2012 02:52:51 +0000 (21:52 -0500)
committerRobert Konigsberg <konigsberg@gmail.com>
Sat, 29 Dec 2012 02:52:51 +0000 (21:52 -0500)
experimental/palette/palette.js

index 9e4139f..65ef612 100644 (file)
@@ -60,15 +60,6 @@ Palette.prototype.create = function(parentElement) {
   var header = Palette.createChild("div", table, "header");
   header.style.visibility = "visible";
 
-  // CURRENTLY HIDDEN.
-  var tmp = Palette.createChild("button", Palette.createChild("span", header));
-  tmp.textContent = "Copy"
-  tmp.onclick = function() {
-    var textarea = new TextArea();
-    textarea.show("header", "Now is the time for all good men\nto come to the aid of their country");
-  };
-  tmp.style.display = "none";
-
   // One row per option.
   for (var opt in opts) {
     try {