removed selection restrictions

This commit is contained in:
DennisSchiefer
2012-07-03 14:51:31 +01:00
parent c07f87edca
commit 903c4577d1
6 changed files with 8 additions and 33 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ OSRM.GUIBoxHandle = function( box_name, side, css, transitionStartFct, transitio
// create handle DOM elements
var wrapper = document.createElement('div');
wrapper.id = box_name + '-handle-wrapper';
wrapper.className = 'not-selectable box-wrapper box-handle-wrapper-'+side;
wrapper.className = 'box-wrapper box-handle-wrapper-'+side;
wrapper.style.cssText += css;
var content = document.createElement('div');
content.id = box_name + '-handle-content';