Search found 2 matches

by jomikr
06 December 2020, 00:51
Forum: Developers
Topic: AT_alphanum keep rejecting my argument
Replies: 2
Views: 432

Re: AT_alphanum keep rejecting my argument

:facepalm:

thanks for catching that! I was staring too long at this code!
by jomikr
06 December 2020, 00:33
Forum: Developers
Topic: AT_alphanum keep rejecting my argument
Replies: 2
Views: 432

AT_alphanum keep rejecting my argument

I have the following code snippet in action.php: self::setAjaxMode(); $actions = self::getArg('declaredActions', 'AT_alphanum', true); self::dump('actions', $actions); $this->game->declareActions($actions); self::ajaxResponse(); And this is the client side code: this.ajaxcall( '/alchemistsjokr/alche...

Go to advanced search