Skip to content
This repository was archived by the owner on Jul 17, 2020. It is now read-only.

Commit 678a232

Browse files
author
Zirak
committed
merged #140
1 parent 811aa13 commit 678a232

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

master.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4921,7 +4921,7 @@ bot.addCommand({
49214921

49224922
;
49234923
(function () {
4924-
var baseURL = 'http://api.jquery.com';
4924+
var baseURL = 'http://api.jquery.com/';
49254925

49264926
function jquery ( args ) {
49274927
if ( !args.content ) {
@@ -4985,7 +4985,7 @@ function jquery ( args ) {
49854985
msg = baseURL + url;
49864986
}
49874987
else {
4988-
msg = baseURL + '/?s=' + encodeURIComponent( args );
4988+
msg = baseURL + '?s=' + encodeURIComponent( args );
49894989
}
49904990
bot.log( msg, '/jquery link' );
49914991

0 commit comments

Comments
 (0)