Developer
Supported
Nolan
ExpressionEngine 2
Back to this add-on's main page
View Other Add-ons From iain
have error with low variable , Matrix , Nolan on V2.2.0
General
THEMOST
|
Posted: 18 February 2014 10:49 PM |
|
|
|
new update with low variable, Matrix, nolan have error .
i have to remove ” console.log(cell);” and ” setup_nolan(cell, ‘matrix’)” it back to work also please update this bug .
// nolan.js
if (typeof Matrix != ‘undefined’) {
Matrix.bind(‘nolan’, ‘display’, function(cell){
console.log(cell);
setup_nolan(cell, ‘matrix’)
});
}
|
|
|
iain
|
Posted: 09 March 2014 05:56 PM |
# 1
|
|
Developer
|
I haven’t been able to replicate this, but did notice a few styling issues with Low Variables.
I’ve just pushed 2.4 to devot-EE, see how you go with that version.
|
|
|