「MediaWiki:MobileUI.js」の版間の差分

編集の要約なし
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
編集の要約なし
タグ: モバイル編集 モバイルウェブ編集
67行目: 67行目:
     hrefForMenuDataItemComponent(component) {
     hrefForMenuDataItemComponent(component) {
         switch (component.id) {
         switch (component.id) {
             case "page-short-url":
             case "mobile-ui-page-short-url":
                 return (
                 return (
                     this.wgServer
                     this.wgServer
136行目: 136行目:
             .$("<ul>")
             .$("<ul>")
             .attr("id", group.id)
             .attr("id", group.id)
            .attr("data-article-id", this.wgArticleId)
             .addClass(group.class)
             .addClass(group.class)
             .append(children);
             .append(children);