Commit 4853360e5da936183a469a0d6d8cf4c3fcf49193
1 parent
96c49ad801
Exists in
master
and in
2 other branches
fix code review.
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
src/views/foca-modal-remito.html
... | ... | @@ -69,7 +69,7 @@ |
69 | 69 | <li class="page-item" ng-class="{'disabled': currentPage == 1}"> |
70 | 70 | <a |
71 | 71 | class="page-link" |
72 | - href="javascript:void;" | |
72 | + href="javascript:void();" | |
73 | 73 | ng-click="selectPage(currentPage - 1)" |
74 | 74 | > |
75 | 75 | <span aria-hidden="true">«</span> |
... | ... | @@ -83,7 +83,7 @@ |
83 | 83 | > |
84 | 84 | <a |
85 | 85 | class="page-link" |
86 | - href="javascript:void;" | |
86 | + href="javascript:void();" | |
87 | 87 | ng-click="selectPage(pagina)" |
88 | 88 | ng-bind="pagina" |
89 | 89 | ></a> |
... | ... | @@ -91,7 +91,7 @@ |
91 | 91 | <li class="page-item" ng-class="{'disabled': currentPage == lastPage}"> |
92 | 92 | <a |
93 | 93 | class="page-link" |
94 | - href="javascript:void;" | |
94 | + href="javascript:void();" | |
95 | 95 | ng-click="selectPage(currentPage + 1)" |
96 | 96 | > |
97 | 97 | <span aria-hidden="true">»</span> |