mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-24 08:09:13 -05:00
b61df08d1b
and apply a CSS class to their posts.
10 lines
207 B
JavaScript
10 lines
207 B
JavaScript
/**
|
|
The view class for an Admin User
|
|
|
|
@class AdminUserView
|
|
@extends Discourse.View
|
|
@namespace Discourse
|
|
@module Discourse
|
|
**/
|
|
Discourse.AdminUserView = Discourse.View.extend(Discourse.ScrollTop);
|
|
|