This commit is contained in:
Vincent Fiduccia 2018-01-10 12:57:31 -07:00
parent 2294594bde
commit c38160b571
No known key found for this signature in database
GPG Key ID: 2B29AD6BB2BB2582
2 changed files with 5 additions and 0 deletions

View File

@ -21,5 +21,6 @@
}}
{{/if}}
{{top-errors errors=errors}}
{{save-cancel save="save" cancel="cancel"}}
</form>

View File

@ -239,6 +239,10 @@ export default Mixin.create({
}
},
subscribePing() {
console.log('Subscribe ping ' + this.forStr());
},
showDisconnectedWarning() {
if( !this.get('warningShown') && this.get('wasConnected') ) {
// const intl = this.get('intl');