Don't reload page when editing/creating calendar in Chrome, closes #231
This commit is contained in:
parent
4d4b8e213b
commit
d23995ce19
1 changed files with 2 additions and 2 deletions
|
@ -120,7 +120,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
@click="resetView(calendar)"
|
||||
>
|
||||
<input :title="t('tasks', 'Save')"
|
||||
type="submit"
|
||||
type="button"
|
||||
value=""
|
||||
class="action icon-checkmark"
|
||||
@click="save(calendar)"
|
||||
|
@ -158,7 +158,7 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
|||
@click="cancelCreate"
|
||||
>
|
||||
<input :title="t('tasks', 'Save')"
|
||||
type="submit"
|
||||
type="button"
|
||||
value=""
|
||||
class="action icon-checkmark"
|
||||
@click="create($event)"
|
||||
|
|
Loading…
Reference in a new issue