Skip to content

Commit

Permalink
Item10203: fix for including the reg topic
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@10437 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
ArthurClemens authored and ArthurClemens committed Dec 28, 2010
1 parent ea3a4e3 commit a7f432b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ $(document).ready(
Twk1WikiName: {
required: true,
remote: function() {
return '%SCRIPTURL{view}%/%BASEWEB%/%BASETOPIC%?section=checkname;skin=text;name=' + $('#Twk1WikiName').val();
return '%SCRIPTURL{view}%/%WEB%/%TOPIC%?section=checkname;skin=text;name=' + $('#Twk1WikiName').val();
}
},
Twk1LoginName: 'required',
Expand Down

0 comments on commit a7f432b

Please sign in to comment.