Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa87708f authored by Ronak Patel's avatar Ronak Patel
Browse files

feedback

parent a0087a61
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,7 +40,7 @@ class BetaUserSetting implements ISettings {
		if ($groupExists) {
			$isBeta = $this->groupManager->isInGroup($uid, $betaGroupName);
		}
		Util::addScript($this->appName, 'ecloud-accounts-beta-user-setting');
		Util::addScript($this->appName, $this->appName . '-beta-user-setting');
		$parameters = ['isBeta' => $isBeta, 'groupExists' => $groupExists];
		return new TemplateResponse($this->appName, 'beta_user_setting', $parameters, '');
	}
+0 −6
Original line number Diff line number Diff line
@@ -34,9 +34,6 @@ $(function() {
			error(request, msg, error) {
				$('#message').addClass('alert-fail')
				$('#message').html(t('ecloud-accounts', 'Something went wrong here.'))
				setTimeout(function() {
					window.location.reload()
				}, 2000)
			},
		})
	})
@@ -83,9 +80,6 @@ $(function() {
			error(request, msg, error) {
				$('#issue_message').addClass('alert-fail')
				$('#issue_message').html(t('ecloud-accounts', 'Something went wrong.'))
				setTimeout(function() {
					window.location.reload()
				}, 2000)
			},
		})
	})