Deactivate OSB controller immediately after clicking a new bug

This commit is contained in:
Kai Krueger 2011-04-22 10:07:36 -06:00
parent 890fbcaae6
commit 8cb83adf84
2 changed files with 6 additions and 6 deletions

View file

@ -133,11 +133,6 @@ end
var loginName = "<%= @user.display_name %>"
<% end %>
function createBugCallBack() {
map.osbControl.deactivate();
document.getElementById("OpenLayers.Map_18_OpenLayers_Container").style.cursor = "default";
}
function mapInit(){
map = createMap("map");