diff options
author | Emiliano Ciavatta | 2020-10-03 15:01:32 +0000 |
---|---|---|
committer | Emiliano Ciavatta | 2020-10-03 15:01:32 +0000 |
commit | f11e5d9e55c963109af8b8517c7790bf2eb7cac8 (patch) | |
tree | 9414951f4f2d7e1b5097ba655d50791b9faf27e0 /frontend/src/components/panels/RulePane.js | |
parent | 7d40e85e64762db8d420a33ed352f707edd7a9ba (diff) |
Add title page window titles
Diffstat (limited to 'frontend/src/components/panels/RulePane.js')
-rw-r--r-- | frontend/src/components/panels/RulePane.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/src/components/panels/RulePane.js b/frontend/src/components/panels/RulePane.js index 49364d2..4641378 100644 --- a/frontend/src/components/panels/RulePane.js +++ b/frontend/src/components/panels/RulePane.js @@ -39,6 +39,8 @@ class RulePane extends Component { componentDidMount() { this.reset(); this.loadRules(); + + document.title = "caronte:~/rules$"; } emptyRule = { |