1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-06 14:46:56 +02:00

Issue #3276 Fix encoding on '+' in media categories. Mediapicker fixes. Media class cleanup.

This commit is contained in:
Cameron
2018-07-26 20:14:42 -07:00
parent f1329535a5
commit 96037d5ac9
3 changed files with 6 additions and 17 deletions

View File

@@ -40,7 +40,7 @@ var e107 = e107 || {'settings': {}, 'behaviors': {}};
$(context).find('.e-media-select').once('media-manager-e-media-select').each(function ()
{
$(this).click(function ()
$(this).on('click', function ()
{
e107.mediaManager.eMediaSelect(this);
});