Browse Source

Removed <br>

Tobias Reich 9 years ago
parent
commit
4299ab5b89
2 changed files with 2 additions and 2 deletions
  1. 0 0
      dist/main.js
  2. 2 2
      src/scripts/photo.js

File diff suppressed because it is too large
+ 0 - 0
dist/main.js


+ 2 - 2
src/scripts/photo.js

@@ -252,14 +252,14 @@ photo.delete = function(photoIDs) {
 		action.title = 'Delete 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 {
 
 		action.title = 'Delete 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>";
 
 	}
 

Some files were not shown because too many files changed in this diff