Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Dont clone if confidential
  • Loading branch information
Julien Stuyck committed Oct 1, 2014
commit 9f8e801983d97a389f1d2ac713944157208a57fe
3 changes: 2 additions & 1 deletion js/zerobin.js
Original file line number Diff line number Diff line change
Expand Up @@ -369,7 +369,8 @@ function send_data() {

setElementText($('div#cleartext'), $('textarea#message').val());
urls2links($('div#cleartext'));

// Don't clone if confidential
if ($('input#confidential').is(':checked')) $('button#clonebutton').hide();
// FIXME: Add option to remove syntax highlighting ?
if ($('input#syntaxcoloring').is(':checked')) applySyntaxColoring();

Expand Down