mirror of
https://github.com/digitalocean/nginxconfig.io.git
synced 2025-08-25 01:45:35 +08:00
wip
This commit is contained in:
@@ -701,6 +701,14 @@
|
||||
}
|
||||
};
|
||||
|
||||
$scope.toggleLayoutVisible = function() {
|
||||
return $window.location.hostname !== 'nginxconfig.io';
|
||||
};
|
||||
|
||||
$scope.toggleLayout = function() {
|
||||
$scope.layout = ($scope.layout === 'default' ? 'do' : 'default');
|
||||
};
|
||||
|
||||
|
||||
|
||||
///////////////////////////
|
||||
|
Reference in New Issue
Block a user