forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
bd2d9f2e57
commit
74772171c2
1 changed files with 2 additions and 2 deletions
|
@ -739,7 +739,7 @@ def getPositionById(list, key):
|
|||
@login_required_json
|
||||
def editPreferences(request, data):
|
||||
'''
|
||||
Edits the current user's preferences
|
||||
Edits the preferences of the current user
|
||||
takes {
|
||||
key: value
|
||||
}
|
||||
|
@ -783,7 +783,7 @@ def reset_ui(request):
|
|||
|
||||
def resetUI(request, data):
|
||||
'''
|
||||
Resets the user's UI settings to the default state
|
||||
Resets the UI settings to the default state
|
||||
takes {}
|
||||
returns {}
|
||||
see: setUI
|
||||
|
|
Loading…
Reference in a new issue