Fix the path for the ajax-loader.gif#16701
Merged
mbabker merged 2 commits intojoomla:stagingfrom Jul 25, 2017
Merged
Conversation
Quy
reviewed
Jun 15, 2017
| var basePath = document.getElementsByTagName('body')[0].getAttribute('data-basepath') || ''; | ||
| // Gets the site base path | ||
| var systemPaths = Joomla.getOptions('system.paths') || {}, | ||
| basePath = systemPaths.root || ''; |
Member
Author
Contributor
|
Tested with and -out Menu "Create Article" and with and -out PR got no Error in Console>JS. System information3.7.3-dev (latest nightly build) MAMP 4.1.1
|
Contributor
|
@franz-wohlkoenig Without the pr, I get the error when editing an article in the frontend. |
Member
|
Firefox |
Member
|
I have tested this item ✅ successfully on 502183a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16701. |
|
I have tested this item ✅ successfully on 502183a This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/16701. |
|
RTC after two successful tests. |
Contributor
|
Merge conflicts need to be resolved. |
Conflicts: media/system/js/core.js
roland-d
added a commit
to roland-d/joomla-cms
that referenced
this pull request
Jul 26, 2017
* staging: (274 commits) Add JCryptCipherSodium to support libsodium (joomla#16754) Performance 2 (libraries/legacy) (joomla#12220) Performance 6 (templates) (joomla#12233) Fixed typehint (joomla#16425) Fix for: Repeatable field is no longer rendered with Chosen layout (joomla#16471) Fix the path for the ajax-loader.gif (joomla#16701) Menu items list parent filter (joomla#17060) Text Filters layout (joomla#17113) mod_login showon option (joomla#17153) com_banners incorret tooltip (joomla#17157) fix joomla.content.options_default (joomla#17123) remove the never working limitstart call (joomla#17184) Update phpDocumentor build set 3.8.0 Dev State Prepare 3.7.4 Stable Release fixed a logic change in joomla#12294, thanks @Hoffi1 Update sv-SE.ini Update pt-BR.ini Update lv-LV.ini Update fa-IR.ini ...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Pull Request for Issue #15305 and altornative to #15529 .
Summary of Changes
Fix the path for the ajax-loader.gif
Testing Instructions
Please see #15305 and #15529
Documentation Changes Required
none