mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
added title to CryptDrive page #1159
This commit is contained in:
parent
a70acd3734
commit
4d8ab6e77c
@ -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">
|
||||
|
||||
@ -31,6 +31,7 @@ define([
|
||||
AppConfig,
|
||||
Messages)
|
||||
{
|
||||
document.title = Messages.settings_cat_drive;
|
||||
var APP = {};
|
||||
var SHARED_FOLDER_NAME = Messages.fm_sharedFolderName;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user