Tweaks
- extra column in events grid with location & time - bugfixes in locationwidget - prepared email notifications
This commit is contained in:
@@ -166,6 +166,7 @@
|
||||
// Init Map
|
||||
$dialogElement[0].map = new MapObject( map, $dialogCoordField[0] );
|
||||
}
|
||||
$dialogElement[0].map.placeMarkerUsingAddressString( $dialogLocationField.val() );
|
||||
|
||||
$dialogLocationField.on("keypress", function(e) {
|
||||
if ( e.keyCode == 13 ) { // enter
|
||||
|
||||
Reference in New Issue
Block a user