GVBA#39385: Sortering wordt niet meer meegenomen naar printoverzicht.
svn path=/Website/branches/v2016.3/; revision=32722
This commit is contained in:
@@ -553,7 +553,7 @@ function __rsProcessResultset(processParams) // processParams wordt blind aan al
|
||||
else // moeten we complexer strippen
|
||||
{
|
||||
autosortby = xx.text();
|
||||
autosortby = autosortby.substring(0, autosortby.length - 2); // indicator er af
|
||||
autosortby = autosortby.substring(0, autosortby.length - 1); // Spatie er af halen. Font Awsome teken is een html <i> tag/element en geen karakter.
|
||||
}
|
||||
}
|
||||
if (xx.hasClass("sorttable_sorted_reverse"))
|
||||
|
||||
Reference in New Issue
Block a user