FlightGear wiki:Instant-Refs: Difference between revisions

Jump to navigation Jump to search
m
Add missing comment sign
m (Add missing comment sign)
Line 341: Line 341:


function get_persistent(key, default_value) {
function get_persistent(key, default_value) {
   https://wiki.greasespot.net/GM_getValue
   // https://wiki.greasespot.net/GM_getValue
   return GM_getValue(key,default_value);
   return GM_getValue(key,default_value);
} // get_persistent
} // get_persistent
329

edits

Navigation menu