Copy configs into subfolder
Browsers may not want to load files outside the folder, but they may be okay with these relative references within the folder.
This commit is contained in:
@ -16,7 +16,7 @@
|
||||
|
||||
$(function(){
|
||||
|
||||
var marlin_config = '..';
|
||||
var marlin_config = 'config';
|
||||
|
||||
// Extend String
|
||||
String.prototype.lpad = function(len, chr) {
|
||||
@ -296,7 +296,6 @@ var configuratorApp = (function(){
|
||||
onChange: function(v) { $('#SERIAL_PORT').val(v).trigger('change'); }
|
||||
});
|
||||
|
||||
|
||||
// prettyPrint();
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user