Skip to content
Snippets Groups Projects
Commit bef7970e authored by Piotr Gawron's avatar Piotr Gawron
Browse files

Merge branch '375-removing-map' into 'master'

Resolve "removing map"

Closes #375

See merge request piotr.gawron/minerva!281
parents 0e10b311 bba99837
No related branches found
No related tags found
1 merge request!281Resolve "removing map"
Pipeline #
......@@ -127,7 +127,7 @@ MapsAdminPanel.prototype._createProjectTableRow = function () {
var button = this;
return self.askConfirmRemoval({
title: "INFO",
content: "Do you really want to remove this map?",
content: "Do you really want to remove '" + $(button).attr("data") + "' map?",
input: false
}).then(function (param) {
if (param.status) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment