Revert "TNL-394: Fixed the confirmation message"

This commit is contained in:
Vedran Karačić
2015-07-30 16:09:48 +02:00
parent ea183283bb
commit 9ddf5c2e1e

View File

@@ -45,7 +45,7 @@ var StaffDebug = (function(){
{text: text},
{interpolate: /\{(.+?)\}/g}
)
$("#result_"+sanitized_string(action.locationName)).html(html);
$("#result_"+action.locationName).html(html);
},
error: function(request, status, error) {
var response_json;
@@ -67,7 +67,7 @@ var StaffDebug = (function(){
{text: text},
{interpolate: /\{(.+?)\}/g}
)
$("#result_"+sanitized_string(action.locationName)).html(html);
$("#result_"+action.locationName).html(html);
},
dataType: 'json'
});