mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-15 04:00:34 +08:00
Merge pull request #1087 from NHDaly/MoveDialogButtonConsistency
Updated Move Dialog's buttons per #744 for #742.
This commit is contained in:
commit
6e55046744
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user