|
|
@@ -389,8 +389,8 @@ $(function() {
|
|
|
$('.page-list-link').each(function() {
|
|
|
var $link = $(this);
|
|
|
var text = $link.text();
|
|
|
- var path = $link.data('path');
|
|
|
- var shortPath = String($link.data('short-path')); // convert to string
|
|
|
+ var path = decodeURIComponent($link.data('path'));
|
|
|
+ var shortPath = decodeURIComponent($link.data('short-path')); // convert to string
|
|
|
|
|
|
if (path == null || shortPath == null) {
|
|
|
// continue
|