ticket zoom: change to js-submit class
This commit is contained in:
parent
d5e73781ae
commit
2ad6bf505d
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
class App.TicketZoom extends App.Controller
|
class App.TicketZoom extends App.Controller
|
||||||
events:
|
events:
|
||||||
'click .submit': 'submit'
|
'click .js-submit': 'submit'
|
||||||
|
|
||||||
constructor: (params) ->
|
constructor: (params) ->
|
||||||
super
|
super
|
||||||
|
|
|
@ -88,7 +88,7 @@
|
||||||
</select>
|
</select>
|
||||||
</div>
|
</div>
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<input type="submit" class="btn btn--primary submit" value="<%- @T('Update') %>">
|
<input type="submit" class="btn btn--primary js-submit" value="<%- @T('Update') %>">
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
Loading…
Reference in a new issue