Removed <br>
This commit is contained in:
parent
1bbe3bd3dc
commit
4299ab5b89
BIN
dist/main.js
vendored
BIN
dist/main.js
vendored
Binary file not shown.
@ -252,14 +252,14 @@ photo.delete = function(photoIDs) {
|
|||||||
action.title = 'Delete Photo';
|
action.title = 'Delete Photo';
|
||||||
cancel.title = 'Keep Photo';
|
cancel.title = 'Keep Photo';
|
||||||
|
|
||||||
msg = "<p>Are you sure you want to delete the photo '" + photoTitle + "'?<br>This action can't be undone!</p>";
|
msg = "<p>Are you sure you want to delete the photo '" + photoTitle + "'? This action can't be undone!</p>";
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
action.title = 'Delete Photo';
|
action.title = 'Delete Photo';
|
||||||
cancel.title = 'Keep Photo';
|
cancel.title = 'Keep Photo';
|
||||||
|
|
||||||
msg = "<p>Are you sure you want to delete all " + photoIDs.length + " selected photo?<br>This action can't be undone!</p>";
|
msg = "<p>Are you sure you want to delete all " + photoIDs.length + " selected photo? This action can't be undone!</p>";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user