()
| 531 | } |
| 532 | |
| 533 | var clickShapelib = function() { |
| 534 | if (toolButtonClick('#tool_shapelib')) { |
| 535 | $("#tools_shapelib").css({ |
| 536 | "top": $('#tool_shapelib').offset().top, |
| 537 | "margin-left": 3, |
| 538 | }) |
| 539 | $("#tools_shapelib").show(); |
| 540 | } |
| 541 | } |
| 542 | |
| 543 | // Delete is a contextual tool that only appears in the ribbon if |
| 544 | // an element has been selected |
nothing calls this directly
no test coverage detected