MCSM:fix: javascript
This commit is contained in:
@@ -39,7 +39,7 @@ var ContentModule = React.createClass({
|
|||||||
},
|
},
|
||||||
render: function(){
|
render: function(){
|
||||||
var element;
|
var element;
|
||||||
if (this.state.nvScriptReady == 3) {
|
if (this.state.nvScriptReady === 3) {
|
||||||
element = ce('div', {className: 'row'},
|
element = ce('div', {className: 'row'},
|
||||||
ce('div', {className: 'col-md-4'}, ce(ServerList)),
|
ce('div', {className: 'col-md-4'}, ce(ServerList)),
|
||||||
ce('div', {className: 'col-md-8'},
|
ce('div', {className: 'col-md-8'},
|
||||||
|
|||||||
Reference in New Issue
Block a user