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