Skip to content

Commit

Permalink
Resolve #137 - User profile edit page
Browse files Browse the repository at this point in the history
  • Loading branch information
idoalit committed Dec 5, 2018
1 parent 3bd1e73 commit fc771e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion admin/admin_template/schils/index_template.inc.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<body>

<header id="header">
<div class="s-user" id="profile">
<div class="s-user ajaxRegister" id="profile">
<div class="s-user-frame">
<a href="<?php echo MWB.'system/app_user.php?changecurrent=true&action=detail'; ?>" class="s-user-photo subMenuItem">
<img src="<?php echo '../lib/minigalnano/createthumb.php?filename=../../'.IMG.'/persons/'.urlencode(urlencode($_SESSION['upict'])).'&width=200'?>" alt="Photo <?php echo $_SESSION['realname']?>">
Expand Down
2 changes: 1 addition & 1 deletion js/gui.js
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ var showHideTableRows = function(str_table_id, int_start_row, obj_button, str_hi
* Register all events
*/
$('document').ready(function() {
var container = $('#mainContent,#pageContent,#sidepan');
var container = $('#mainContent,#pageContent,#sidepan,.ajaxRegister');

// change all anchor behaviour to AJAX in main content
container.on('click', 'a', function(evt) {
Expand Down

0 comments on commit fc771e4

Please sign in to comment.