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

prefs: initial objectification

This commit is contained in:
Andrew Dolgov
2018-12-01 18:08:09 +03:00
parent b9984c0ed6
commit ff708a9357
2 changed files with 90 additions and 90 deletions

View File

@@ -104,7 +104,7 @@
<script type="text/javascript">
Event.observe(window, 'load', function() {
init();
App.init();
});
</script>