Merge pull request #1087 from NHDaly/MoveDialogButtonConsistency

Updated Move Dialog's buttons per #744 for #742.
This commit is contained in:
Thomas Kluyver 2016-02-13 10:03:35 +00:00
commit 6e55046744

View File

@ -814,9 +814,10 @@ define([
var d = dialog.modal({
title : "Move "+ item_type,
body : dialog_body,
default_button: "Cancel",
buttons : {
Cancel : {},
OK : {
Move : {
class: "btn-primary",
click: function() {
// Construct the new path using the user input and its name.