- Timestamp:
- Mar 27, 2015 11:37:08 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/www/deploy/20150304/application/views/layout/footer.php
r835 r842 36 36 grid: 'file-container', 37 37 maincontainer: 'main-content', 38 titlebar: ' title-bar',38 titlebar: 'navbar', 39 39 toolsbar: 'tools-bar', 40 40 statusbar: 'status-bar', … … 42 42 invisibledButtons: ['btnShare'], 43 43 filehosting: '<?php echo $this->config->item('api_url');?>' 44 }); 45 46 $('.show-list-view').click(function{ 47 $('#file-container').addClass('list-view'); 48 }); 49 $('.show-grid-view').click(function{ 50 $('#file-container').removeClass('list-view'); 44 51 }); 45 52 }
Note: See TracChangeset
for help on using the changeset viewer.