Don't reload page when editing/creating calendar in Chrome, closes #231

This commit is contained in:
Raimund Schlüßler 2019-01-26 08:50:42 +01:00
parent 4d4b8e213b
commit d23995ce19
No known key found for this signature in database
GPG key ID: 036FA7EB1A599178

View file

@ -120,7 +120,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
@click="resetView(calendar)" @click="resetView(calendar)"
> >
<input :title="t('tasks', 'Save')" <input :title="t('tasks', 'Save')"
type="submit" type="button"
value="" value=""
class="action icon-checkmark" class="action icon-checkmark"
@click="save(calendar)" @click="save(calendar)"
@ -158,7 +158,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
@click="cancelCreate" @click="cancelCreate"
> >
<input :title="t('tasks', 'Save')" <input :title="t('tasks', 'Save')"
type="submit" type="button"
value="" value=""
class="action icon-checkmark" class="action icon-checkmark"
@click="create($event)" @click="create($event)"