Move the chat code outside of the contacts folder
This commit is contained in:
parent
f112864027
commit
bfe985e406
@ -7,7 +7,7 @@ define([
|
|||||||
'/common/common-hash.js',
|
'/common/common-hash.js',
|
||||||
'/common/common-util.js',
|
'/common/common-util.js',
|
||||||
'/common/common-feedback.js',
|
'/common/common-feedback.js',
|
||||||
'/contacts/messenger-ui.js',
|
'/common/messenger-ui.js',
|
||||||
'/customize/messages.js',
|
'/customize/messages.js',
|
||||||
], function ($, Config, ApiConfig, UIElements, UI, Hash, Util, Feedback,
|
], function ($, Config, ApiConfig, UIElements, UI, Hash, Util, Feedback,
|
||||||
MessengerUI, Messages) {
|
MessengerUI, Messages) {
|
||||||
|
|||||||
@ -5,7 +5,7 @@ define([
|
|||||||
'/bower_components/nthen/index.js',
|
'/bower_components/nthen/index.js',
|
||||||
'/common/sframe-common.js',
|
'/common/sframe-common.js',
|
||||||
'/common/hyperscript.js',
|
'/common/hyperscript.js',
|
||||||
'/contacts/messenger-ui.js',
|
'/common/messenger-ui.js',
|
||||||
'/customize/messages.js',
|
'/customize/messages.js',
|
||||||
'/common/common-interface.js',
|
'/common/common-interface.js',
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user