Différences entre les versions de « MediaWiki:Common.js »
Ligne 4 : | Ligne 4 : | ||
$( function () { | $( function () { | ||
setTimeout(function() { | setTimeout(function() { | ||
− | + | window.botpressWebChat.init({ | |
host: '/chatTest', | host: '/chatTest', | ||
botId: 'production', | botId: 'production', | ||
Ligne 21 : | Ligne 21 : | ||
}); | }); | ||
− | + | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
},1000); | },1000); | ||
}); | }); |
Version du 24 novembre 2021 à 17:16
/* Tout JavaScript ici sera chargé avec chaque page accédée par n’importe quel utilisateur. */ mw.loader.load( "/chatTest/assets/modules/channel-web/inject.js"); $( function () { setTimeout(function() { window.botpressWebChat.init({ host: '/chatTest', botId: 'production', locale: 'fr', botConvoDescription: 'nous sommes en test', enableReset: true, showConversationsButton: false, enableTranscriptDownload: false, showUserName: false, showPoweredBy: false, botName: 'Test', extraStylesheet: '/default-emulator.css', botConvoTitle: 'Tech', enableArrowNavigation: true, exposeStore: true }); },1000); });
La dernière modification de cette page a été faite le 24 novembre 2021 à 17:16.