Parcourir la source

Update client_mustache.html

Maurits van der Schee il y a 9 ans
Parent
révision
fd47ab5d32
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      examples/client_mustache.html

+ 1
- 1
examples/client_mustache.html Voir le fichier

@@ -32,7 +32,7 @@ function PostList(element, template) {
32 32
 	};
33 33
 	self.delete = function() {
34 34
 		var id = $(this).attr('key');
35
-		if (confirm("Deleting #"+id+". Are you sure?")) {
35
+		if (confirm("Deleting #"+id+". Continue?")) {
36 36
 			$.ajax({url:url+'/'+id, type: 'DELETE', success:self.update});
37 37
 		}
38 38
 	};

Loading…
Annuler
Enregistrer