Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- Rename Read More to View Cases -->
- <script type="text/javascript">
- (function($) {
- $(document).ready(function() {
- var newVal = 'view case';
- $('.more-link').html( newVal );
- });
- })(jQuery);
- </script>
- <style>
- .more-link {
- float: right;
- font-size: 20px !important;
- }
- </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement