From 39e9f601f24d29537abd1caae64be5f8a9b7bd05 Mon Sep 17 00:00:00 2001 From: Jimmy Berry Date: Thu, 18 Apr 2019 10:02:45 -0500 Subject: [PATCH] userscript/origin: rename to include user.js suffix. Without does not trigger install via extension when viewed. --- userscript/README.md | 2 +- userscript/{origin.js => origin.user.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename userscript/{origin.js => origin.user.js} (100%) diff --git a/userscript/README.md b/userscript/README.md index d899ed37..9513e07b 100644 --- a/userscript/README.md +++ b/userscript/README.md @@ -2,7 +2,7 @@ The scripts may be installed in one's browser using the Tampermonkey extension to provide additional features using OBS via the web. After installing the extension simply click on the link for the desired script below to install it. Any scripts that provide an interface for making changes depend on the user being logged in to the OBS instance with a user with the appropriate permissions to complete the task. -- [Origin](https://github.com/openSUSE/openSUSE-release-tools/raw/master/userscript/origin.js) +- [Origin](https://github.com/openSUSE/openSUSE-release-tools/raw/master/userscript/origin.user.js) Supplement OBS interface with origin information. When viewing a package on OBS (`/package/show/$PACKAGE`) the origin information will be added to the links in the top right. diff --git a/userscript/origin.js b/userscript/origin.user.js similarity index 100% rename from userscript/origin.js rename to userscript/origin.user.js