app/assets/javascript/c80_estate/backend/init.js in c80_estate-0.1.0.23 vs app/assets/javascript/c80_estate/backend/init.js in c80_estate-0.1.0.24
- old
+ new
@@ -1,9 +1,11 @@
// initialize your global object will all your model names
//YOUR_APP = {
//
//};
+var $main_content;
+
var fLoadingShow = function () {
$("body").append($('<div id="loading"></div>'));
};
var fLoadingHide = function () {
\ No newline at end of file