mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
remove debug output
This commit is contained in:
parent
6b058cd359
commit
5996ea735a
1 changed files with 0 additions and 2 deletions
|
|
@ -5,9 +5,7 @@
|
|||
*/
|
||||
|
||||
$(document).ready(function(){
|
||||
console.log("loaded!");
|
||||
$('input[name=encryption_mode]').change(function(){
|
||||
console.log("HERE!!!!!!!!!!!");
|
||||
var client=$('input[value="client"]:checked').val()
|
||||
,server=$('input[value="server"]:checked').val()
|
||||
,user=$('input[value="user"]:checked').val()
|
||||
|
|
|
|||
Loading…
Reference in a new issue