Skip to content

Commit

Permalink
added title to confirmation dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ignatov committed Aug 17, 2011
1 parent 647709b commit 7d8eecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/webapp/scripts/cotemplate.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ function confirm(message, callback, options) {
var defaults = {
modal: true,
resizable: false,
title: 'Confirm',
buttons: {
Ok: function() {
$(this).dialog('close');
Expand Down

0 comments on commit 7d8eecf

Please sign in to comment.