summaryrefslogtreecommitdiff
path: root/js/codeq/profile.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/codeq/profile.js')
-rw-r--r--js/codeq/profile.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/js/codeq/profile.js b/js/codeq/profile.js
index 4b2f9ce..79a9bf5 100644
--- a/js/codeq/profile.js
+++ b/js/codeq/profile.js
@@ -21,9 +21,9 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
(function(){
"use strict";
- var jqScreen = $("#screen_profile"),
- jqBtnChangePass = $("#change_pass_profile"),
- jqBtnGoBack = $("#btnProfileGoBack");
+ var jqScreen = $("#screen-profile"),
+ jqBtnChangePass = $("#profile-change-password"),
+ jqBtnGoBack = $("#profile-back");
codeq.profile = {
};
@@ -71,7 +71,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */
items+='</td>';
});
- $('#table1').html(items)
+ $('#profile-stats').html(items)
})
.fail(function (reason) {