Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Matias Griese
2016-01-22 21:52:34 +02:00

View File

@@ -280,7 +280,7 @@ $(function(){
confirm.open();
});
$('a[href]:not([href^=#])').on('click', function(e){
$('a[href]:not([href^="#"])').on('click', function(e){
if (root.currentValues != getState()){
e.preventDefault();