Skip to content
Snippets Groups Projects
Commit b035c1c4 authored by Seth Meranda's avatar Seth Meranda
Browse files

fixed JS to look for correct title on profile form.

parent b3ac8ce9
No related branches found
No related tags found
No related merge requests found
......@@ -47,7 +47,7 @@ echo $feedref;
echo elgg_view('metatags',$vars);
?>
<?php
if ($vars['title'] == "Your profile") {
if ($vars['title'] == "Edit profile") {
?>
<style type="text/css">
#maincontent form.cool {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment