1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 03:35:55 +00:00

use codeflask for user css editor

This commit is contained in:
Andrew Dolgov
2018-12-11 14:25:41 +03:00
parent 7a98105960
commit daa43e0572
9 changed files with 55 additions and 24 deletions

View File

@@ -59,6 +59,9 @@
packages: [
{ name: "lib", location: "../" },
{ name: "fox", location: "../../js" },
],
aliases: [
[ "codeflask", "lib/codeflask.min.js" ]
]
};
</script>