Changeset 1388 for lmd/trunk/fuentes/admin-center-ltsp.install
- Timestamp:
- May 5, 2016, 11:54:15 AM (5 years ago)
- Location:
- lmd/trunk/fuentes/admin-center-ltsp.install/lliurex-ltsp
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
lmd/trunk/fuentes/admin-center-ltsp.install/lliurex-ltsp/module.json
r1385 r1388 15 15 "menuEntry":"ltsconf", 16 16 "id":"llx-ltsconf", 17 "main":"llx-ltsconf.html" ,17 "main":"llx-ltsconf.html" 18 18 } 19 19 ] -
lmd/trunk/fuentes/admin-center-ltsp.install/lliurex-ltsp/src/js/llx-ltsconf.js
r1385 r1388 71 71 pare = this; 72 72 73 $.getJSON('modules/ test/src/js/llx_ltsconf_fields_actual.json?_=' + new Date().getTime(),function (data){73 $.getJSON('modules/lliurex-ltsp/src/js/llx_ltsconf_fields_actual.json?_=' + new Date().getTime(),function (data){ 74 74 llx_ltsconf_fields_actuals=data; 75 75 for(var i=0;i<llx_ltsconf_fields_actuals.length;i++){ … … 231 231 Llx_ltsconf.prototype.bindEvents= function(){ 232 232 var self=this; 233 $("#llx _ltsconf").on("componentShown", function(e, args){233 $("#llx-ltsconf").on("componentShown", function(e, args){ 234 234 //Lliurex Instance 235 235 self.init();
Note: See TracChangeset
for help on using the changeset viewer.