Skip to content

Commit

Permalink
Remove the clone button
Browse files Browse the repository at this point in the history
It’ll come back when it’s implemented
  • Loading branch information
Jermolene committed Jan 18, 2014
1 parent e78023f commit 4966908
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions source/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -304,12 +304,12 @@ function renderWikiList(doc) {
event.preventDefault();
return false;
}));
toolbar.appendChild(createButton("clone",function(event) {
alert("Not yet implemented");
event.stopPropagation();
event.preventDefault();
return false;
}));
// toolbar.appendChild(createButton("clone",function(event) {
// alert("Not yet implemented");
// event.stopPropagation();
// event.preventDefault();
// return false;
// }));
toolbar.appendChild(createButton("remove",function(event) {
if(!wikiInfo.isOpen) {
var index = wikiList.indexOf(wikiInfo);
Expand Down

0 comments on commit 4966908

Please sign in to comment.