Kullanıcı mesaj:Vito Genovese/BDK.js

Hayatta mı? değiştir

@Vito Genovese Betik şu an ölmüş durumda ve beraberinde Twinkle ve düzenleme editöründeki kaynak sekmesini de götürmüş. --[evolutionoftheuniverse] @trwiki 19:34, 11 Şubat 2017 (UTC)

Düzeldi mi @Evolutionoftheuniverse?
Vito Genovese 19:37, 11 Şubat 2017 (UTC)
@Vito Genovese Düzeldi, teşekkürler. --[evolutionoftheuniverse] @trwiki 19:42, 11 Şubat 2017 (UTC)

mw-panel is not available everywhere değiştir

Hi,

There are pages on which this gadget cannot work because they don't have the #mw-panel element. One example is Special:ContentTranslation. On these pages the gadget will break all other JavaScript code as well.

There is an easy fix for this.

Please add the following code to the beginning of the function pendch_init():

/* initalise */
function pendch_init() {
  if (document.getElementById('mw-panel') === null) {
    return;
  }
 
  if (window.location.toString().search(/diffonly=1/) != -1) {
  // etc.

Thank you! --Amir E. Aharoni (mesaj) 06:01, 10 Mayıs 2017 (UTC)

"Vito Genovese/BDK.js" kullanıcı sayfasına geri dön.