mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 01:53:27 +02:00
const was just too new for IE.
This commit is contained in:
@@ -5,7 +5,7 @@ module.exports = function NavigationCtrl($scope, $rootScope) {
|
||||
$scope.urlHistory = []
|
||||
|
||||
function addToHistory() {
|
||||
const HISTORY_LIMIT = 20
|
||||
var HISTORY_LIMIT = 20
|
||||
|
||||
var history = $scope.urlHistory
|
||||
history.unshift($scope.textURL)
|
||||
|
||||
Reference in New Issue
Block a user