Don't overwrite the settings from files

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Roeland Jago Douma 2019-12-17 14:17:07 +01:00
parent 1ac764e0b7
commit c810b531be
No known key found for this signature in database
GPG Key ID: F941078878347C0C
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')