Commit b348e704 authored by Dominik Rosiek's avatar Dominik Rosiek

usuwanie linkóœ

parent 2e32bf95
...@@ -114,7 +114,7 @@ Map.prototype.showInfo = function(beacon){ ...@@ -114,7 +114,7 @@ Map.prototype.showInfo = function(beacon){
if(project_summary['uuids'].indexOf(beacon.uuid) === -1){ if(project_summary['uuids'].indexOf(beacon.uuid) === -1){
$("#modal-footer").html( $("#modal-footer").html(
'<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>\ '<button type="button" class="btn btn-default" data-dismiss="modal">Close</button>\
<button type="button" class="btn btn-danger" id="addToProjectBtn" >Add to project</button>' <button type="button" class="btn btn-success" id="addToProjectBtn" >Add to project</button>'
) )
} }
else{ else{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment