Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
api
Commits
701964b8
Commit
701964b8
authored
Jun 17, 2019
by
Tibor Katelbach
Browse files
Merge remote-tracking branch 'origin/development' into development
parents
03b94413
f6df8933
Changes
5
Show whitespace changes
Inline
Side-by-side
ApiModule.php
View file @
701964b8
...
...
@@ -32,6 +32,7 @@ class ApiModule extends CWebModule
'places.models.*'
,
'news.models.*'
,
'dda.models.*'
,
'costum.models.*'
,
$this
->
id
.
'.models.*'
,
$this
->
id
.
'.components.*'
,
$this
->
id
.
'.messages.*'
,
...
...
assets/js/default/agenda.js
View file @
701964b8
...
...
@@ -313,7 +313,7 @@ function autoCompleteSearch(name, locality, indexMin, indexMax){
});
//initialise les boutons pour garder une entité dans Mon répertoire (boutons links)
initBtnLink
();
directory
.
bindBtnElement
();
}
//end else (str=="")
...
...
@@ -354,7 +354,7 @@ function autoCompleteSearch(name, locality, indexMin, indexMax){
});
}
function
initBtnLink
(){
function
directory
.
bindBtnElement
(){
//parcours tous les boutons link pour vérifier si l'entité est déjà dans mon répertoire
$
.
each
(
$
(
"
.followBtn
"
),
function
(
index
,
value
){
...
...
assets/js/default/directory.js
View file @
701964b8
...
...
@@ -298,7 +298,7 @@ function autoCompleteSearch(name, locality, indexMin, indexMax){
//});
//initialise les boutons pour garder une entité dans Mon répertoire (boutons links)
initBtnLink
();
directory
.
bindBtnElement
();
}
//end else (str=="")
...
...
@@ -327,7 +327,7 @@ function autoCompleteSearch(name, locality, indexMin, indexMax){
}
function
initBtnLink
(){
function
directory
.
bindBtnElement
(){
$
(
'
.tooltips
'
).
tooltip
();
//parcours tous les boutons link pour vérifier si l'entité est déjà dans mon répertoire
$
.
each
(
$
(
"
.followBtn
"
),
function
(
index
,
value
){
...
...
assets/js/default/globalsearch.js
View file @
701964b8
...
...
@@ -249,7 +249,7 @@ function autoCompleteSearchGS(search, indexMin, indexMax){
});
//initialise les boutons pour garder une entité dans Mon répertoire (boutons links)
//
initBtnLink
GS();
//
directory.bindBtnElement
GS();
}
//end else (str=="")
...
...
assets/js/sig/map.js
View file @
701964b8
...
...
@@ -740,7 +740,7 @@
//console.dir(this.markersLayer.getBounds());
if
(
"
undefined
"
!=
typeof
this
.
markersLayer
.
getBounds
()
&&
"
undefined
"
!=
typeof
this
.
markersLayer
.
getBounds
().
_northEast
){
thisMap
.
fitBounds
(
this
.
markersLayer
.
getBounds
(),
{
'
maxZoom
'
:
1
4
});
thisMap
.
fitBounds
(
this
.
markersLayer
.
getBounds
(),
{
'
maxZoom
'
:
1
0
});
thisMap
.
zoomOut
();
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment