- Timestamp:
- Mar 27, 2015 11:40:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/20150304/application/views/layout/footer.php
r842 r843 44 44 }); 45 45 46 $('.show-list-view').click(function {46 $('.show-list-view').click(function(){ 47 47 $('#file-container').addClass('list-view'); 48 48 }); 49 $('.show-grid-view').click(function {49 $('.show-grid-view').click(function(){ 50 50 $('#file-container').removeClass('list-view'); 51 51 });
Note: See TracChangeset
for help on using the changeset viewer.