From: Robert Sesek Date: Tue, 27 Dec 2011 00:07:22 +0000 (-0500) Subject: Switch the performDelete_ message from span to div X-Git-Tag: 0.8.600.0~15^2~6 X-Git-Url: https://src.bluestatic.org/?a=commitdiff_plain;h=e7820f795cff3ca571a8cc4db22a126bd424fd9f;p=armadillo.git Switch the performDelete_ message from span to div --- diff --git a/web_frontend/actor.js b/web_frontend/actor.js index 15407cb..c225f61 100644 --- a/web_frontend/actor.js +++ b/web_frontend/actor.js @@ -161,8 +161,8 @@ armadillo.Actor.prototype.performMove_ = function() { * @private */ armadillo.Actor.prototype.performDelete_ = function() { - var content = $('Are you sure you want to delete:
' + - this.file_.getName() + '
'); + var content = $('
Are you sure you want to delete:
' + + this.file_.getName() + '
'); this.controlContainer_.append(content); var okCallback = function(e) {