Skip to content

Commit 62036c1

Browse files
authored
Merge pull request CodewarsClone#133 from CodewarsClone/noButtons
No buttons
2 parents a96658d + 86f9922 commit 62036c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/mainService.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ angular.module('app').service('mainService', function($http, $q, $sce, $state) {
220220
url: `/api/check-auth`
221221
}).then(response => {
222222
}, response => {
223-
$state.go('login');
223+
$state.go('login');
224224
})
225225
};
226226

src/components/training/training.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
<div class="solution-div font14-lit-gray">
4646
<div class="solutions-header">
4747
<p>Solution:</p>
48-
<button value='small' ng-click="kataStyle={'width':'40vw'}; instructionStyle={'width':'60vw'}; allGone={'height':'100px'}">small</button>
48+
<!--<button value='small' ng-click="kataStyle={'width':'40vw'}; instructionStyle={'width':'60vw'}; allGone={'height':'100px'}">small</button>
4949
<button value='medium' ng-click="kataStyle={'width':'60vw'}; instructionStyle={'width':'40vw'}; allGone={'height':'100px'}">medium</button>
5050
<button value='large' ng-click="kataStyle={'width':'100vw','margin':'15px'}; instructionStyle={'display':'none'}; allGone={'height':'100px'}">large</button>
51-
<button value='full-screen' ng-click="kataStyle={'width':'100vw','margin':'15px'}; instructionStyle={'display':'none'}; allGone={'display':'none'}; exampleGone={'display':'none'}">full screen</button>
51+
<button value='full-screen' ng-click="kataStyle={'width':'100vw','margin':'15px'}; instructionStyle={'display':'none'}; allGone={'display':'none'}; exampleGone={'display':'none'}">full screen</button>-->
5252
</div>
5353
<div class='CodeMirror'><textarea ng-style="exampleGone" name="solution" id="solution-input" ng-model="solutionInput" ></textarea></div>
5454
</div>

0 commit comments

Comments
 (0)