mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-02 17:14:50 -04:00
Merge branch 'master' of github.com:matrix-org/synapse into sql_refactor
This commit is contained in:
commit
e2b861cc67
7 changed files with 100 additions and 8 deletions
|
@ -68,9 +68,7 @@ angular.module('matrixService', [])
|
|||
params: params,
|
||||
data: data,
|
||||
headers: headers
|
||||
})
|
||||
|
||||
return deferred.promise;
|
||||
});
|
||||
};
|
||||
|
||||
|
||||
|
|
|
@ -76,7 +76,7 @@
|
|||
<td>
|
||||
</td>
|
||||
<td>
|
||||
<input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage()" placeholder="Image URL"/>
|
||||
<input id="mainInput" ng-model="imageURLToSend" ng-enter="sendImage(imageURLToSend)" placeholder="Image URL"/>
|
||||
</td>
|
||||
<td width="100px">
|
||||
<button ng-click="sendImage(imageURLToSend)">Send URL</button>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue