reset fix

This commit is contained in:
Szekeres Bálint
2018-08-19 23:46:21 +02:00
parent d1a70236e6
commit ef1ea48555

View File

@@ -216,6 +216,7 @@
};
$scope.reset = function() {
$scope.defaultData.index = 'index.php';
$scope.data = angular.copy($scope.defaultData);
gtag('event', 'reset');
};