Skip to content

Commit

Permalink
added title to Settings inner page #1159
Browse files Browse the repository at this point in the history
  • Loading branch information
dariiing committed Aug 17, 2023
1 parent 55a7607 commit bdda0b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/settings/inner.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html class="cp-app-noscroll">
<head>
<title></title>
<meta content="text/html; charset=utf-8" http-equiv="content-type"/>
<script src="/customize/pre-loading.js?ver=1.1"></script>
<link href="/customize/src/pre-loading.css?ver=1.0" rel="stylesheet" type="text/css">
Expand Down
1 change: 1 addition & 0 deletions www/settings/inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ define([
Constants,
Login
) {
document.title = Messages.settings_title;
var saveAs = window.saveAs;
var APP = window.APP = {};

Expand Down

0 comments on commit bdda0b5

Please sign in to comment.