forked from GNUsocial/gnu-social
Making us less dependant on javascript trust
Many of the microapps are pretty javascript dependant, but at least we should allow users to get to the new notice field without allowing javascript to run in the browser. :)
This commit is contained in:
@@ -65,6 +65,10 @@ class QnAPlugin extends MicroAppPlugin
|
||||
return true;
|
||||
}
|
||||
|
||||
public function newFormAction() {
|
||||
return 'qnanewquestion';
|
||||
}
|
||||
|
||||
/**
|
||||
* Map URLs to actions
|
||||
*
|
||||
|
Reference in New Issue
Block a user