Compare commits

..

3 Commits
6.1.4 ... 7.0.0

Author SHA1 Message Date
Deon George
432606760b Update for Laravel 7.x 2020-08-04 16:14:35 +10:00
Deon George
958dbc7092 Remove @todo comment that has been implemented 2020-07-10 09:43:40 +10:00
Deon George
12f33b6853 Remove unnecessary console.log() 2020-06-23 12:34:28 +10:00
3 changed files with 1 additions and 5 deletions

View File

@@ -12,7 +12,7 @@
"require": { "require": {
"igaster/laravel-theme": "^2.0.15", "igaster/laravel-theme": "^2.0.15",
"creativeorange/gravatar": "^1.0", "creativeorange/gravatar": "^1.0",
"orchestra/asset": "^4.0" "orchestra/asset": "^5.0"
}, },
"require-dev": { "require-dev": {
}, },

View File

@@ -107,7 +107,6 @@
}, },
updater: function (item) { updater: function (item) {
console.log(item.value);
window.parent.location.href = item.value; window.parent.location.href = item.value;
}, },
}) })

View File

@@ -26,9 +26,6 @@ class AdminController extends Controller
return ! Session::get('orig_user'); return ! Session::get('orig_user');
} }
/**
* @todo Change the background color (or something) so we know we are switched
*/
public function user_switch_start($id) public function user_switch_start($id)
{ {
if ($this->switch_session() AND $this->switch_authorised($id)) if ($this->switch_session() AND $this->switch_authorised($id))