Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
umami_analytics
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
umami_analytics
Merge requests
!3
Add D11 compatibility fixes
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add D11 compatibility fixes
issue/umami_analytics-3492782:3492782-drupal-11-compatibility
into
2.x
Overview
14
Commits
5
Pipelines
2
Changes
2
All threads resolved!
Hide all comments
Merged
jackwrfuller
requested to merge
issue/umami_analytics-3492782:3492782-drupal-11-compatibility
into
2.x
3 months ago
Overview
14
Commits
5
Pipelines
2
Changes
2
All threads resolved!
Hide all comments
Expand
Closes
#3492782
0
0
Merge request reports
Viewing commit
35bff381
Prev
Next
Show latest version
2 files
+
2
−
2
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
35bff381
Minor code format fixes.
· 35bff381
Ivica Puljic
authored
3 months ago
src/JavascriptLocalCache.php
+
1
−
1
Options
@@ -87,7 +87,7 @@ class JavascriptLocalCache {
*
* @param bool $synchronize
* Synchronize to local cache if remote file has changed.
*
*
* @return string
* The path to the local or remote tracking file.
*/
Loading