Hi all,
in hide.js there's a bug in line 268 so that Openmenu does not get translated:
$mobile = $('<div>', {id: 'mobile_select'}).html('<h2><a href=#" id="menuopener" onclick="return false;"><span>Openmenu</span></a></h2>').show();
The correct version is as follows:
$mobile = $('<div>', {id: 'mobile_select'}).html('<h2><a href=#" id="menuopener" onclick="return false;"><span>'+Openmenu+'</span></a></h2>').show();
Thank you for including it to the sources.
Bye, Roland
Hi,
I'm sorry but I don't know how. I am confused since I'll have to compare versions first...
Bye, Roland
You can use this documentation to make a Pull Request:
https://docs.joomla.org/Using_the_Github_UI_to_Make_Pull_Requests
Status | New | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-09-14 08:53:48 |
Closed_By | ⇒ | infograf768 |
Set to "closed" on behalf of @infograf768 by The JTracker Application at issues.joomla.org/joomla-cms/7872
PR is here: #7873
Closing the issue
Labels |
Added:
?
|
@raabigramm Please create a Pull Request with your suggested change. Thank you!