~matzipan/capnet-assist/no-internet-fix

« back to all changes in this revision

Viewing changes to src/CaptiveLogin.vala

  • Committer: Zisu Andrei
  • Date: 2016-07-26 19:10:22 UTC
  • Revision ID: matzipan@gmail.com-20160726191022-1ab7u183tdfl4bln
Remove shortcircuit

Show diffs side-by-side

added added

removed removed

Lines of Context:
54
54
    }
55
55
    
56
56
    public async void init () {
57
 
        if (true || yield is_captive_portal ()) {
 
57
        if (yield is_captive_portal ()) {
58
58
            debug ("Opening browser to login");
59
59
            web_view.load_uri (DUMMY_URL);
60
60
        } else {