Skip to content

Commit

Permalink
コメント修正
Browse files Browse the repository at this point in the history
  • Loading branch information
takmg committed Jul 8, 2020
1 parent 8cec4c9 commit e9801c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StaticPagesDownloader/Script/CScriptConverter.csx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ static string ConverJsAjaxReplace(string jsText, Uri siteUri, Func<Uri, string>
/// </summary>
public string ConvertJsUrl(string jsText, Uri siteUri, Func<Uri, string> callback)
{
// Ajax文字列の削除
// AjaxのURL文字列書き換え
jsText = ConverJsAjaxReplace(jsText, siteUri, callback);

//
Expand Down

0 comments on commit e9801c6

Please sign in to comment.