Commit 41c4a5484e8c8c6a4e99b79072f8a6942243f727
1 parent
2aba791705
Exists in
master
and in
1 other branch
button disable
Showing
1 changed file
with
2 additions
and
2 deletions
Show diff stats
pages/caricatures.html
... | ... | @@ -14,7 +14,7 @@ |
14 | 14 | <div class="pull-right"> |
15 | 15 | <label class="card-sub-title"><i class="material-icons">location_on</i> |
16 | 16 | <span style="position: relative;top: -3px;font-size: 17px;">IIT-Madras</span><br> |
17 | - <span id="chennai" style="color:red;"></span>* | |
17 | + <span style="color:red;padding-left: 20%;">Closed</span> | |
18 | 18 | </label> |
19 | 19 | </div> |
20 | 20 | <div class="clearfix"></div> |
... | ... | @@ -24,7 +24,7 @@ |
24 | 24 | <div class="clearfix"></div> |
25 | 25 | <div class="card-text2"> |
26 | 26 | <button class="btn btn-info apply-act" style="float: left;padding: 3px 10px 3px 10px;border-radius: 12px;" data-toggle="collapse" ng-click="select('https://startupjalsa.com/chennai/?utm_source=portal&utm_medium=link&utm_campaign=apply%20now%20portal')" >Flashback</button> |
27 | - <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Chennai')" >Select</button> | |
27 | + <button class="btn btn-info apply-act" style="margin-bottom: 4%;float: right;padding: 3px 10px 3px 10px;margin-right: 7%;border-radius: 12px;" data-toggle="collapse" ng-click="watch('Chennai')" ng-disabled="watch" >Select</button> | |
28 | 28 | </div> |
29 | 29 | </div> |
30 | 30 | </div> | ... | ... |