Commit eaa18cc4 authored by JC Brand's avatar JC Brand

Merge branch 'master' of github.com:jcbrand/converse.js

parents f7c94354 a5cc9905
...@@ -3085,10 +3085,14 @@ ...@@ -3085,10 +3085,14 @@
return this; return this;
}, },
restore: _.debounce(function (ev) { restore: function(ev) {
if (ev && ev.preventDefault) { if (ev && ev.preventDefault) {
ev.preventDefault(); ev.preventDefault();
} }
this._restore();
},
_restore: _.debounce(function () {
this.remove(); this.remove();
this.model.maximize(); this.model.maximize();
}, 200) }, 200)
......
...@@ -207,16 +207,14 @@ ...@@ -207,16 +207,14 @@
<div class="row"> <div class="row">
<div class="col-lg-8 col-lg-offset-2"> <div class="col-lg-8 col-lg-offset-2">
<h2>Contact</h2> <h2>Contact</h2>
<p> <ul class="contact">
<ul class="contact"> <li>Follow me on <a href="http://twitter.com/jcopkode" target="_blank">Twitter</a>.</li>
<li>Follow me on <a href="http://twitter.com/jcopkode" target="_blank">Twitter</a>.</li> <li>Chat with me via XMPP: <a href="xmpp:jc@opkode.com" class="xmpp JSnocheck" title="XMPP/Jabber">jc@opkode.com</a>.</li>
<li>Chat with me via XMPP: <a href="xmpp:jc@opkode.com" class="xmpp JSnocheck" title="XMPP/Jabber">jc@opkode.com</a>.</li> <li>For technical support, please write to the mailing list: <a href="mailto:conversejs@librelist.com">conversejs@librelist.com</a>.</li>
<li>For technical support, please write to the mailing list: <a href="mailto:conversejs@librelist.com">conversejs@librelist.com</a>.</li> <li>Also check out the <a href="http://librelist.com/browser/conversejs" target="_blank">mailing list archives</a>.</li>
<li>Also check out the <a href="http://librelist.com/browser/conversejs" target="_blank">mailing list archives</a>.</li> <li>Please file <a target="_blank" href="https://github.com/jcbrand/converse.js/issues">bugs on Github</a>.</li>
<li>Please file <a target="_blank" href="https://github.com/jcbrand/converse.js/issues">bugs on Github</a>.</li> <li>I'm available for features and <a href="http://opkode.com/contact" target="_blank">consulting</a>.</li>
<li>I'm available for features and <a href="http://opkode.com/contact" target="_blank">consulting</a>.</li> <ul>
<ul>
</p>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
placeholder="{{label_contact_username}}"/> placeholder="{{label_contact_username}}"/>
<button type="submit">{{label_add}}</button> <button type="submit">{{label_add}}</button>
</form> </form>
<li> </li>
...@@ -5,4 +5,4 @@ ...@@ -5,4 +5,4 @@
<input type="password" name="password" placeholder="Password"> <input type="password" name="password" placeholder="Password">
<input class="login-submit" type="submit" value="{{label_login}}"> <input class="login-submit" type="submit" value="{{label_login}}">
<span class="conn-feedback"></span> <span class="conn-feedback"></span>
</form"> </form>
...@@ -6,4 +6,4 @@ ...@@ -6,4 +6,4 @@
placeholder="{{label_contact_name}}"/> placeholder="{{label_contact_name}}"/>
<button type="submit">{{label_search}}</button> <button type="submit">{{label_search}}</button>
</form> </form>
<li> </li>
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment