Scratch the '.user' part in '.user.css' and '.user.js'.
For all practical purposes it caused confusion among users and the regular file extension should be just as fine.
This commit is contained in:
parent
604c0e6e59
commit
7f0563f5f4
1 changed files with 2 additions and 2 deletions
|
@ -231,9 +231,9 @@ _addons_get_extension (MidoriAddons* addons)
|
|||
switch (addons->kind)
|
||||
{
|
||||
case MIDORI_ADDON_USER_SCRIPTS:
|
||||
return ".user.js";
|
||||
return ".js";
|
||||
case MIDORI_ADDON_USER_STYLES:
|
||||
return ".user.css";
|
||||
return ".css";
|
||||
default:
|
||||
return NULL;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue