/lenasys/trunk

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/lenasys/trunk

« back to all changes in this revision

Viewing changes to codeigniter/js/sidemenu.js

  • Committer: a11andoh
  • Date: 2013-05-30 08:46:52 UTC
  • mfrom: (125 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 126.
  • Revision ID: a11andoh@student.his.se-20130530084652-txr5mvf2a0z49w3z
updated branch

modified the sidemenu to not display full name if overflowing

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* Functions that run when the page loads */
 
2
$(document).ready(function() {
 
3
        $('#resolution').html($(window).width() + ' x ' + $(window).height());
 
4
        $(window).resize(function() {
 
5
                $('#resolution').html($(window).width() + ' x ' + $(window).height());
 
6
        });
 
7
});
 
 
b'\\ No newline at end of file'