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

  • Committer: a11andoh
  • Date: 2013-05-28 09:50:55 UTC
  • mfrom: (112 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 115.
  • Revision ID: a11andoh@student.his.se-20130528095055-3ig3yvqebh08vmgz
blurp

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
                        else {
31
31
                                // If the user is not logged in and the popup-div is hidden it's filled and shown.
32
32
                                if($('#popup').is(':hidden')) {
33
 
                                        $('#popup').load('ajax/popup/login', function(){
 
33
                                        $('#popup').load('ajax/popup/loginForm #loginForm', function(){
34
34
                                                $('#popup').show();
35
 
                                                $("#popup .hint").click(loginHint);
36
35
                                        });
37
36
                                }
38
37
                                // If the user is not logged in and the popup-div shows it's hidden.