Open Media Library
This commit is contained in:
commit
2ee2bc178a
228 changed files with 85988 additions and 0 deletions
14
static/js/sectionbar.js
Normal file
14
static/js/sectionbar.js
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
'use strict';
|
||||
|
||||
oml.ui.sectionbar = function() {
|
||||
|
||||
var ui = oml.user.ui,
|
||||
|
||||
that = Ox.Bar({size: 24})
|
||||
.append(
|
||||
oml.$ui.sectionButtons = oml.ui.sectionButtons()
|
||||
);
|
||||
|
||||
return that;
|
||||
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue