Procházet zdrojové kódy

Don't overwrite the settings from files

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
tags/v18.0.0beta3
Roeland Jago Douma před 4 roky
rodič
revize
c810b531be
Žádný účet není propojen s e-mailovou adresou tvůrce revize

+ 1
- 1
apps/files_sharing/js/dist/personal-settings.js Zobrazit soubor

@@ -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
Diff nebyl zobrazen, protože je příliš veliký
Zobrazit soubor


+ 1
- 1
apps/files_sharing/src/personal-settings.js Zobrazit soubor

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

Načítá se…
Zrušit
Uložit