diff --git a/public/sihnon-framework.js b/public/sihnon-framework.js index ab8a205..5c4afb0 100644 --- a/public/sihnon-framework.js +++ b/public/sihnon-framework.js @@ -534,4 +534,4 @@ var sf = { }; // Execute the initialisation code as soon as the DOM is ready. -$('document').ready(sb.init); \ No newline at end of file +$('document').ready(sf.init); \ No newline at end of file