From 1fc290faa5ed01dc2d1271eb013e2670978f0b8b Mon Sep 17 00:00:00 2001 From: Yongmin Hong Date: Sat, 4 May 2024 17:44:42 +0900 Subject: [PATCH] wikiassets: rename global.(css|js) to nonwmf.(css|js) Summary: Plan is to also migrate go/wiki/m/User:-revi/global.(css|js) to here as well. Signed-off-by: Yongmin Hong Test Plan: Load from jsdelivr. Reviewers: #acl_sudoers, #blessed_reviewers, revi Reviewed By: #acl_sudoers, #blessed_reviewers, revi Differential Revision: https://issuetracker.revi.xyz/D21 --- wikiassets/{global.css => nonwmf.css} | 0 wikiassets/{global.js => nonwmf.js} | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename wikiassets/{global.css => nonwmf.css} (100%) rename wikiassets/{global.js => nonwmf.js} (100%) diff --git a/wikiassets/global.css b/wikiassets/nonwmf.css similarity index 100% rename from wikiassets/global.css rename to wikiassets/nonwmf.css diff --git a/wikiassets/global.js b/wikiassets/nonwmf.js similarity index 100% rename from wikiassets/global.js rename to wikiassets/nonwmf.js