Skip to content

Commit

Permalink
added title to Contacts inner page #1159
Browse files Browse the repository at this point in the history
  • Loading branch information
dariiing committed Aug 17, 2023
1 parent df6edfa commit 55a7607
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions www/contacts/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/contacts/inner.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ define([
UI
)
{
document.title = Messages.contacts_title;
var APP = {};

var common;
Expand Down

0 comments on commit 55a7607

Please sign in to comment.