Quellcode durchsuchen

Don't overwrite the settings from files

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v18.0.0beta3
Roeland Jago Douma vor 4 Jahren
Ursprung
Commit
c810b531be
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden

+ 1
- 1
apps/files_sharing/js/dist/personal-settings.js Datei anzeigen

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

+ 1
- 1
apps/files_sharing/js/dist/personal-settings.js.map
Datei-Diff unterdrückt, da er zu groß ist
Datei anzeigen


+ 1
- 1
apps/files_sharing/src/personal-settings.js Datei anzeigen

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

Laden…
Abbrechen
Speichern