Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
z1tr0t3c committed Jun 30, 2021
1 parent f7e86fc commit 37c1c85
Show file tree
Hide file tree
Showing 6 changed files with 149 additions and 60 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2018 Falk Rismansanj
Copyright (c) 2017 Falk Rismansanj

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
24 changes: 12 additions & 12 deletions blista/EighteenthViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,17 @@ class EighteenthViewController: UIViewController, UIWebViewDelegate {
switch reachability.connection {
case .wifi:

Answers.logContentView(withName: "Ankündigen",
contentType: "Ankündigen",
contentId: "ankündigen",
Answers.logContentView(withName: "Ankündigungen",
contentType: "Ankündigungen",
contentId: "ankündigungen",
customAttributes: [:])

webView18.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/forum/search.php?id=3&words&phrase&notwords&fullwords&timefromrestrict=1&fromday=1&frommonth=1&fromyear=2000&fromhour=0&fromminute=0&hfromday=0&hfrommonth=0&hfromyear=0&hfromhour=0&hfromminute=0&htoday=1&htomonth=1&htoyear=1&htohour=1&htominute=1&forumid&subject&user#maincontent")!))
case .cellular:

Answers.logContentView(withName: "Ankündigen",
contentType: "Ankündigen",
contentId: "ankündigen",
Answers.logContentView(withName: "Ankündigungen",
contentType: "Ankündigungen",
contentId: "ankündigungen",
customAttributes: [:])

webView18.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/forum/search.php?id=3&words&phrase&notwords&fullwords&timefromrestrict=1&fromday=1&frommonth=1&fromyear=2000&fromhour=0&fromminute=0&hfromday=0&hfrommonth=0&hfromyear=0&hfromhour=0&hfromminute=0&htoday=1&htomonth=1&htoyear=1&htohour=1&htominute=1&forumid&subject&user#maincontent")!))
Expand All @@ -60,17 +60,17 @@ class EighteenthViewController: UIViewController, UIWebViewDelegate {
switch reachability.connection {
case .wifi:

Answers.logContentView(withName: "Ankündigen",
contentType: "Ankündigen",
contentId: "ankündigen",
Answers.logContentView(withName: "Ankündigungen",
contentType: "Ankündigungen",
contentId: "ankündigungen",
customAttributes: [:])

webView18.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/forum/search.php?id=3&words&phrase&notwords&fullwords&timefromrestrict=1&fromday=1&frommonth=1&fromyear=2000&fromhour=0&fromminute=0&hfromday=0&hfrommonth=0&hfromyear=0&hfromhour=0&hfromminute=0&htoday=1&htomonth=1&htoyear=1&htohour=1&htominute=1&forumid&subject&user#maincontent")!))
case .cellular:

Answers.logContentView(withName: "Ankündigen",
contentType: "Ankündigen",
contentId: "ankündigen",
Answers.logContentView(withName: "Ankündigungen",
contentType: "Ankündigungen",
contentId: "ankündigungen",
customAttributes: [:])

webView18.loadRequest(URLRequest(url: URL(string: "https://css.moodle.blista.study/mod/forum/search.php?id=3&words&phrase&notwords&fullwords&timefromrestrict=1&fromday=1&frommonth=1&fromyear=2000&fromhour=0&fromminute=0&hfromday=0&hfrommonth=0&hfromyear=0&hfromhour=0&hfromminute=0&htoday=1&htomonth=1&htoyear=1&htohour=1&htominute=1&forumid&subject&user#maincontent")!))
Expand Down
Loading

0 comments on commit 37c1c85

Please sign in to comment.