/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 12:47:41 UTC
  • mfrom: (115 lenasys_b)
  • mto: This revision was merged to the branch mainline in revision 121.
  • Revision ID: a11andoh@student.his.se-20130528124741-heyr8kp3ri5eg5hw
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/loginForm #loginForm', function(){
 
33
                                        $('#popup').load('ajax/popup/login', function(){
34
34
                                                $('#popup').show();
 
35
                                                $("#popup .hint").click(loginHint);
35
36
                                        });
36
37
                                }
37
38
                                // If the user is not logged in and the popup-div shows it's hidden.