summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2018-12-01 18:08:09 +0300
committerAndrew Dolgov <[email protected]>2018-12-01 18:08:09 +0300
commitff708a9357ec16b4f6a49d242ce62063c9345136 (patch)
treea17298b6b20b7f4c14c81a92db7fdf60b454496a /prefs.php
parentb9984c0ed6ed4086cec859a0366f3d71032fcd31 (diff)
prefs: initial objectification
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 9f2b2e43b..6ff81af74 100644
--- a/prefs.php
+++ b/prefs.php
@@ -104,7 +104,7 @@
<script type="text/javascript">
Event.observe(window, 'load', function() {
- init();
+ App.init();
});
</script>