diff --git a/public/js/app.js b/public/js/app.js index c645a2d..07d287a 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 63ab7c5..dcb76ae 100644 --- a/public/mix-manifest.json +++ b/public/mix-manifest.json @@ -1,6 +1,6 @@ { - "/js/app.js": "/js/app.js?id=1098a905e33e41a835f0f9fe52514fcf", - "/js/app.js.map": "/js/app.js.map?id=9815583ee9f0dcb64b1666f92a897184", + "/js/app.js": "/js/app.js?id=d53948d8ce9ce761bd7ca1001d67e004", + "/js/app.js.map": "/js/app.js.map?id=271c8f103c569b8f5613b8778d48ee75", "/js/manifest.js": "/js/manifest.js?id=dc9ead3d7857b522d7de22d75063453c", "/js/manifest.js.map": "/js/manifest.js.map?id=389e00e7d7680b68d4e1d128ce27ff48", "/css/app.css": "/css/app.css?id=0fd161f323dd5c77642c3240bbb47d16", diff --git a/resources/assets/js/app.js b/resources/assets/js/app.js index ae34c6c..6c13e02 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;