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:
Christian Dywan 2008-12-06 04:47:51 +01:00
parent 604c0e6e59
commit 7f0563f5f4

View file

@ -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;
}