Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
vtigercrm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Welcome to Vtiger Community. To gain access for account, please contact [ community @ vtiger.com ]
Show more breadcrumbs
Yoann
vtigercrm
Commits
ae3b6176
Commit
ae3b6176
authored
7 years ago
by
Satish
Browse files
Options
Downloads
Patches
Plain Diff
Web mobile is not loading due to date.js loaded twice
parent
d6f3cb06
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
layouts/v7/modules/Mobile/simple/Header.tpl
+8
-10
8 additions, 10 deletions
layouts/v7/modules/Mobile/simple/Header.tpl
with
8 additions
and
10 deletions
layouts/v7/modules/Mobile/simple/Header.tpl
+
8
−
10
View file @
ae3b6176
{*<!--
/*************************************************************************************
** The contents of this file are subject to the vtiger CRM Public License Version 1.1
{*+**********************************************************************************
* The contents of this file are subject to the vtiger CRM Public License Version 1.1
* ("License"); You may not use this file except in compliance with the License
* The Original Code is: vtiger CRM Open Source
* The Initial Developer of the Original Code is vtiger.
* Portions created by vtiger are Copyright (C) vtiger.
* All Rights Reserved.
*
**************************************************************************************/
-->*}
<!doctype html>
*
************************************************************************************}
<!doctype html>
<html
ng-app=
"mobileapp"
>
<head>
<meta
charset=
"utf-8"
/>
...
...
@@ -34,6 +33,7 @@
{*Date-time-picker*}
<link
type=
"text/css"
rel=
"stylesheet"
href=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/angularjs/angular-material-datetimepicker/css/material-datetimepicker.min.css"
>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/jquery/date.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/jquery/jquery2.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/angularjs/angular.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/angularjs/angular-touch.min.js"
></script>
...
...
@@ -42,19 +42,17 @@
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/angularjs/angular-material.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/angularjs/angular-touch.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/jquery/purl.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/jquery/date.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/md-datepicker/angular-datepicker.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/md-datepicker/angular-clockpicker.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/Vtiger/js/application.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/Vtiger/js/Vtiger.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/Vtiger/js/Utils.js"
></script>
{*moment-js*}
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/moment/moment.min.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/moment/moment-timezone.min.js"
></script>
{*Date-time-picker*}
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/angularjs/angular-material-datetimepicker/js/angular-material-datetimepicker.js"
></script>
<script
type=
"text/javascript"
src=
"../../
{
$TEMPLATE_WEBPATH
}
/resources/libs/jquery/date.js"
></script>
{* Include desired script injected *}
{
if
$_scripts
}
...
...
@@ -67,4 +65,4 @@
</head>
{
literal
}
<body
ng-controller=
"VtigerBodyController"
ng-init=
"init();"
ng-cloak
md-theme=
"{
{
dynamicTheme
}
}"
md-theme-watch
>
{/
literal
}
{/
literal
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment