Benutzer:Siedler6/common.js: Unterschied zwischen den Versionen
Aus SchnuppTrupp
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
$(function () { | $(function () { | ||
| − | $Bond = | + | $Bond=22; |
| − | + | $('#mw-mywiki-example').html('any HTML $Bond'); | |
| − | + | ||
}()); | }()); | ||
Aktuelle Version vom 1. März 2019, 00:05 Uhr
$(function () {
$Bond=22;
$('#mw-mywiki-example').html('any HTML $Bond');
}());