diff --git a/public/js/app.js b/public/js/app.js index 11414b3..23612cf 100644 --- a/public/js/app.js +++ b/public/js/app.js @@ -389,7 +389,7 @@ var profiles = function ($, undefined) { * @return {void} */ var registerProfilePicker = function registerProfilePicker(selector, api) { - if (typeof api === 'undefined') api = this_url + '/api/v1?with_data=1&data_type=information&public=1'; + if (typeof api === 'undefined') api = this_url + '/api/v1?with_data=1&data_type=information'; var $select = $(selector); if ($select.length === 0) return; if ($select.data('school')) { diff --git a/public/mix-manifest.json b/public/mix-manifest.json index 6f0ff1f..bd759b6 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,5 +1,5 @@ { - "/js/app.js": "/js/app.js?id=3968f8a7c8b8f9af96296f3b18ea02c0", + "/js/app.js": "/js/app.js?id=0497e99fff7d89a7ea4ba03a740cf38d", "/js/manifest.js": "/js/manifest.js?id=dc9ead3d7857b522d7de22d75063453c", "/css/app.css": "/css/app.css?id=bff46e69abe7a97b008296b99e4abadd", "/js/vendor.js": "/js/vendor.js?id=4d3313683b3a2faf8ca0278ce47f3880" diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index 2ec52a9..ec0b11f 100644 --- a/resources/assets/js/app.js +++ b/resources/assets/js/app.js @@ -344,7 +344,7 @@ var profiles = (function ($, undefined) { * @return {void} */ let registerProfilePicker = (selector, api) => { - if (typeof (api) === 'undefined') api = this_url + '/api/v1?with_data=1&data_type=information&public=1'; + if (typeof (api) === 'undefined') api = this_url + '/api/v1?with_data=1&data_type=information'; let $select = $(selector); if ($select.length === 0) return;