mirror of
https://github.com/ysoftdevs/pf2015.git
synced 2026-01-14 15:53:56 +01:00
decrease final delay to 2sec
This commit is contained in:
@@ -263,7 +263,7 @@ angular.module('app', ['angular-flippy', 'level-selector', 'level-complete'])
|
||||
if ($scope.areAllSelectedSame()) {
|
||||
$scope.setSelectionState('solved');
|
||||
if ($scope.isLevelComplete()) {
|
||||
$timeout($scope.completeLevel, 3000);
|
||||
$timeout($scope.completeLevel, 2000);
|
||||
}
|
||||
} else if ($scope.selectionCounter == $scope.chainLength) {
|
||||
$timeout($scope.resetSelection, 1000);
|
||||
|
||||
Reference in New Issue
Block a user