Merge pull request #18446 from nextcloud/fix/personal-settings-fix

Don't overwrite the settings from files
This commit is contained in:
Roeland Jago Douma 2019-12-17 16:04:00 +01:00 committed by GitHub
commit e9e3d485bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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')