/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: elof.bigestans at gmail
  • Date: 2013-05-28 14:50:02 UTC
  • mto: This revision was merged to the branch mainline in revision 124.
  • Revision ID: elof.bigestans@gmail.com-20130528145002-eqx49p6p2lihypt7
* Removed temporary functions from cms controller: tempLogin(), tempLogout(), test()
* Cleaned up ajax.php and cms.php

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
 }
 
6