Commit 6c171b32 authored by Romain Loth's avatar Romain Loth

for now edit your profile will point to the new registration form

parent 0bd61620
......@@ -202,12 +202,12 @@ $(function(){
<!--<a id="printname" href="#"> <strong>PRINT</strong></a>-->
</p>
<br/><br/>
<i class="icon-user"></i> <strong>You cannot find yourself</strong> in the database, want update your data or keywords ? <a href="http://main.csregistry.org/Whoswhodata">Edit your profile</a>, the database is updated every 30 min.
<!--
<i class="icon-user"></i> <strong>You cannot find yourself</strong> in the database, want update your data or keywords ? <a href="/regcomex">Edit your profile</a>, the database is updated every 30 min.
<button id="register" class="btn btn-mini btn-info">
Edit you profile !
</button>
-->
<br/><br/>
<br/>
......
......@@ -159,8 +159,7 @@ $(document).ready(function() {
return popfilter("tagged", "tags", []);
});
$("#register").click(function() {
console.log("clicked on print");
return window.open("http://main.csregistry.org/Whoswhodata");
return window.open("/regcomex");
});
$("#searchname").scholarcomplete({
minLength: 2,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment