/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/template_layout.js

  • Committer: a11andoh
  • Date: 2013-05-27 11:33:42 UTC
  • mto: This revision was merged to the branch mainline in revision 106.
  • Revision ID: a11andoh@student.his.se-20130527113342-7khmet7g82vm5yt2
Cleaned and perfected the template layout view.
edited the body.css to make sure that the content end up at the correct position

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 function show(){
2
 
$('#buttonContainer').hide();
3
 
$('#showButton').hide();
4
 
$('#lessUsed').slideDown(1000);
5
 
 
 
1
function show(){
 
2
        $('#buttonContainer').hide();
 
3
        $('#showButton').hide();
 
4
        $('#lessUsed').slideDown(1000);
6
5
 }
7
6