Merge pull request #18446 from nextcloud/fix/personal-settings-fix
Don't overwrite the settings from files
This commit is contained in:
commit
e9e3d485bc
|
@ -32,5 +32,5 @@ t.exports=function(t){return null!=t&&null!=t.constructor&&"function"==typeof t.
|
|||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
r.nc=btoa(Object(i.getRequestToken)()),r.p=Object(a.generateFilePath)("files","","js/"),o.default.prototype.t=t,(new(o.default.extend(p))).$mount("#files-personal-settings")}]);
|
||||
r.nc=btoa(Object(i.getRequestToken)()),r.p=Object(a.generateFilePath)("files","","js/"),o.default.prototype.t=t,(new(o.default.extend(p))).$mount("#files-sharing-personal-settings")}]);
|
||||
//# sourceMappingURL=personal-settings.js.map
|
File diff suppressed because one or more lines are too long
|
@ -35,4 +35,4 @@ __webpack_public_path__ = generateFilePath('files', '', 'js/')
|
|||
Vue.prototype.t = t
|
||||
|
||||
const View = Vue.extend(PersonalSettings)
|
||||
new View().$mount('#files-personal-settings')
|
||||
new View().$mount('#files-sharing-personal-settings')
|
||||
|
|
Loading…
Reference in New Issue